From 73414df3c76e831bb5e3ead2c65a09185904dc4a Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 20 May 2016 14:43:01 +0100 Subject: [PATCH] heh whoops :) --- src/static/js/ace.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/ace.js b/src/static/js/ace.js index ac288e6f5..9f219e6c2 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -229,7 +229,6 @@ function Ace2Editor() // disableCustomScriptsAndStyles can be used to disable loading of custom scripts if(!clientVars.disableCustomScriptsAndStyles){ - console.log("loading custom shit"); // cake remove me $$INCLUDE_CSS("../static/css/pad.css"); $$INCLUDE_CSS("../static/custom/pad.css"); }