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

This reverts commit bd3eb331a8.
This commit is contained in:
Zach Copley 2011-05-02 11:55:04 -07:00
parent b906fe75b6
commit 3187d6184f
2 changed files with 2 additions and 1 deletions

View File

@ -712,6 +712,7 @@ 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.

2
js/util.min.js vendored

File diff suppressed because one or more lines are too long