[xiph-commits] r4056 - itext/javascript

silvia at svn.annodex.net silvia at svn.annodex.net
Thu Oct 29 06:22:07 PDT 2009


Author: silvia
Date: 2009-10-29 06:22:07 -0700 (Thu, 29 Oct 2009)
New Revision: 4056

Modified:
   itext/javascript/subtitles.js
Log:
Removed a stray console.log.


Modified: itext/javascript/subtitles.js
===================================================================
--- itext/javascript/subtitles.js	2009-10-29 09:03:26 UTC (rev 4055)
+++ itext/javascript/subtitles.js	2009-10-29 13:22:07 UTC (rev 4056)
@@ -522,7 +522,6 @@
 
         // go through each itext track, parse it and add it to categories[]
         var tracks_tmp = this.video.find('itext');
-console.log(this.video);
         tracks_tmp.each(function (i) {
         
             // create the text track and add to the categories double assoc array



More information about the commits mailing list