]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/util.js
Revert "Arg. Gotta remember to take out console.log() debug statements before committ...
[quix0rs-gnu-social.git] / js / util.js
index 1372c9f6965db105e9adee570ba36a66d940c4ac..9d693160e2fbfb352131c91202acc85201e51d3c 100644 (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.