removed warning printf. popcorn-port
authorhamidouk
Tue, 25 Oct 2011 14:31:28 +0200
branchpopcorn-port
changeset 138 37b70a8c61a2
parent 137 ef6c1252c459
child 139 ba2b3c15bd47
removed warning printf.
src/js/layout.js
--- a/src/js/layout.js	Tue Oct 25 14:31:10 2011 +0200
+++ b/src/js/layout.js	Tue Oct 25 14:31:28 2011 +0200
@@ -15,7 +15,6 @@
     
     if (options === undefined) {
       options = {};
-      console.error("The options parameter is undefined.");
     };
     
     if (options.hasOwnProperty('container')) {