remove error message. popcorn-port
authorhamidouk
Thu, 12 Jan 2012 16:11:41 +0100
branchpopcorn-port
changeset 621 170a8cd859d5
parent 620 fe981f0aab71
child 622 e21ce061cd81
remove error message.
src/js/widgets/annotationsListWidget.js
--- a/src/js/widgets/annotationsListWidget.js	Thu Jan 12 15:34:44 2012 +0100
+++ b/src/js/widgets/annotationsListWidget.js	Thu Jan 12 16:11:41 2012 +0100
@@ -23,8 +23,7 @@
     
   var list = [];
 
-  if (typeof(view_type) === "undefined") {
-    console.log("no type suitable for display");
+  if (typeof(view_type) === "undefined") {    
     return;
   }