Remove debug print statements from user and admin blueprints

This commit is contained in:
Jeremy Zhang
2017-09-14 05:23:28 +00:00
parent 7803d83ad0
commit fff737cec3
3 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
(function () {
if($("#css_editor").length != 0) {
var editor = ace.edit("css_editor");
debugger;
}
function postForm() {