[Pkg-mozext-commits] [nostalgy] 104/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit df2cf82493699c2ee19ee8573c9677c8d2f89617
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Thu May 31 09:32:46 2007 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@104 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
content/nostalgy.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/content/nostalgy.js b/content/nostalgy.js
index f90a020..6dd1ff3 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -384,7 +384,6 @@ function NostalgyCmd(lab,cmd,require_file) {
nostalgy_command = cmd;
nostalgy_th_statusBar.hidden = true;
nostalgy_folderBox.shell_completion = false;
- NostalgyDebug("unhide nostalgy");
nostalgy_statusBar.hidden = false;
nostalgy_folderBox.value = "";
@@ -856,7 +855,6 @@ function onNostalgyKeyPress(ev) {
}
function ParseCommand(k) {
- NostalgyDebug("parse command:" + k);
if (k.indexOf("JS:") == 0)
return eval(k.substr(3,k.length - 3));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list