[Pkg-mozext-commits] [greasemonkey] 34/45: Remove spurious debug log statement.
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 94acabae1b5e2e777740b34f979201dbda78ceda
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Thu Oct 16 09:55:25 2014 -0400
Remove spurious debug log statement.
---
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