[Pkg-mozext-commits] [gcontactsync] 20/88: Removed a debug alert statement
David Prévot
taffit at moszumanska.debian.org
Thu Sep 18 20:52:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository gcontactsync.
commit 71413a33fc4db0012003279d80f3e1588015080a
Author: Josh Geenen <joshgeenen at gmail.com>
Date: Sun Dec 29 17:33:17 2013 -0600
Removed a debug alert statement
---
src/content/AccountSetupWizard.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/content/AccountSetupWizard.js b/src/content/AccountSetupWizard.js
index 22518a0..91ab748 100644
--- a/src/content/AccountSetupWizard.js
+++ b/src/content/AccountSetupWizard.js
@@ -209,7 +209,6 @@ com.gContactSync.AccountSetupWizard = {
// Skip over address books that are already synchronized
if (abs.hasOwnProperty(uri) && !abs[uri].mPrefs.Username) {
abNameElem.appendItem(abs[uri].getName(), uri);
- alert(abs[uri].getName());
if (abs[uri].getName().toLowerCase() === aSearch) {
selectedIndex = i;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git
More information about the Pkg-mozext-commits
mailing list