linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [231] Remove the alert from r230.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [231] Remove the alert from r230.
Date: Thu, 01 Dec 2011 11:46:53 +0000

Revision: 231
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=231
Author:   valkov
Date:     2011-12-01 11:46:30 +0000 (Thu, 01 Dec 2011)
Log Message:
-----------
Remove the alert from r230. Just disable logging. Not a good idea. Will be 
executed on every page, when debug is set to console and Firebug is missing.

Revision Links:
--------------
    http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=230

Modified Paths:
--------------
    trunk/src/lm_extract_video_link.js
    trunk/src/lm_log.js

Modified: trunk/src/lm_extract_video_link.js
===================================================================
--- trunk/src/lm_extract_video_link.js  2011-12-01 11:35:42 UTC (rev 230)
+++ trunk/src/lm_extract_video_link.js  2011-12-01 11:46:30 UTC (rev 231)
@@ -122,11 +122,14 @@
        //     //       "mediashare\\\.bg|ted\\\.com",
        //     "i");
 
+       console.log("Bui hu hu "+data);
+
        // Some links used with flowplayer are relative
        if (data.match(/.*flowplayer.*/))
        {
            link = this.fix_flowplayer_links(link);
        }
+       console.log("wee! But now what? ");
 
        this.log("LinternaMagica.extract_link:\n"+
                 " Extracted link: "+link,1);

Modified: trunk/src/lm_log.js
===================================================================
--- trunk/src/lm_log.js 2011-12-01 11:35:42 UTC (rev 230)
+++ trunk/src/lm_log.js 2011-12-01 11:46:30 UTC (rev 231)
@@ -117,8 +117,6 @@
            }
            catch(e)
            {
-               alert("Linterna Mágica: Unexpected error occured."+
-                     "Disabling log.\n\nException: "+e);
                this.disabled_log = true;
            }
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]