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