BrowserToolbar.js
authorChris <chris@roojs.com>
Wed, 18 Sep 2013 07:01:43 +0000 (15:01 +0800)
committerChris <chris@roojs.com>
Wed, 18 Sep 2013 07:01:43 +0000 (15:01 +0800)
BrowserToolbar.js

index 0038acc..02ec7e5 100644 (file)
@@ -55,7 +55,7 @@ BrowserToolbar = new GType({
         };
 
        var grab = function(){
-            print("sedning gather links (Start)");
+//            print("sedning gather links (Start)");
             TabbedBrowser.browser.current_tab().get_web_view().add_inject();
             TabbedBrowser.browser.current_tab().get_web_view().execute_script(
                 "BrowserMirror.gatherlinks();"
@@ -64,7 +64,7 @@ BrowserToolbar = new GType({
            // print('test');
        };
         var nsgrab = function(){
-            print("sedning ns gather links (Start)");
+//            print("sedning ns gather links (Start)");
             TabbedBrowser.browser.current_tab().get_web_view().add_nsinject();
             TabbedBrowser.browser.current_tab().get_web_view().nsdownloadNext();