Arg. Gotta remember to take out console.log() debug statements before committing :D

This commit is contained in:
Zach Copley
2011-04-27 19:34:51 -07:00
parent b6ed694995
commit bd3eb331a8
2 changed files with 1 additions and 2 deletions

View File

@@ -712,7 +712,6 @@ var SN = { // StatusNet
if (SN.C.I.NoticeFormMaster) {
// We've already saved a master copy of the form.
// Clone it in!
console.debug("we have a saved for, using it");
intermediateStep(SN.C.I.NoticeFormMaster);
} else {
// Fetch a fresh copy of the notice form over AJAX.