diff --git a/_js/script.js b/_js/script.js index d734081..67f0010 100644 --- a/_js/script.js +++ b/_js/script.js @@ -561,7 +561,7 @@ function loadTemplates(templates, templatesURL) { // console.log('loading templates ' + templates.length) templatesURL = (templatesURL) ? templatesURL : ''; for (var tmpl in templates) { - console.log(tmpl); + // console.log(tmpl); templates[tmpl]['url'] = templatesURL + '/' + templates[tmpl].filename; templates[tmpl]['html'] = loadTemplate(templates[tmpl].url); templates[tmpl]['render'] = _.template(templates[tmpl].html);