mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Remove debug print statements from user and admin blueprints
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
(function () {
|
||||
if($("#css_editor").length != 0) {
|
||||
var editor = ace.edit("css_editor");
|
||||
debugger;
|
||||
}
|
||||
|
||||
function postForm() {
|
||||
|
Reference in New Issue
Block a user