[Pkg-mozext-commits] [greasemonkey] 28/45: Remove debug dump().

David Prévot taffit at moszumanska.debian.org
Mon Nov 3 20:59:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 2293758d5e3aafa6d0e573342213c54f283c4af8
Author: Ventero <ventero at ventero.de>
Date:   Thu Oct 2 20:13:13 2014 +0200

    Remove debug dump().
---
 modules/parseScript.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/parseScript.js b/modules/parseScript.js
index 59fe99d..ebcd693 100644
--- a/modules/parseScript.js
+++ b/modules/parseScript.js
@@ -58,7 +58,6 @@ function parse(aSource, aUri, aFailWhenMissing, aNoMetaOk) {
 
     switch (data.keyword) {
     case 'noframes':
-      dump('parser set no frames\n');
       script._noframes = true;
       break;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list