web/static/res/js/popcorn.sequence.js
changeset 78 8c3f0b94d056
parent 36 6cd5bc3dc7a2
--- a/web/static/res/js/popcorn.sequence.js	Tue Jan 15 17:17:14 2013 +0100
+++ b/web/static/res/js/popcorn.sequence.js	Wed Jan 16 08:26:00 2013 +0100
@@ -266,19 +266,6 @@
       this.active = nextIdx;
       this.times.last = clip["in"] - 1;
 
-      if ($popnext !== undefined) {
-        console.log("$popnext ok!")
-      }
-      if ($popnext.currentTime !== undefined) {
-        console.log("$popnext.currentTime ok!")
-      }
-      if (clip !== undefined) {
-        console.log("clip ok!")
-      }
-      if (clip["in"] !== undefined) {
-        console.log("clip[in] ok!")
-      }
-
       // Hide the currently ending video
       current.style.display = "none";
 
@@ -325,7 +312,6 @@
     },
     // Returns sum duration for all videos in sequence
     duration: function() {
-
       var ret = 0,
           seq = this.inOuts.ofClips,
           idx = 0;