console.log

This commit is contained in:
psychobunny
2014-01-10 17:08:01 -05:00
parent 05edfdc9c1
commit 97ec312c72

View File

@@ -124,7 +124,6 @@
templates.init = function (templates_to_load, custom_templates) {
console.log(templates_to_load, custom_templates);
loadTemplates(templates_to_load || [], custom_templates || false);
}