Browse Source

rm console.log

pull/617/head
afc163 9 years ago
parent
commit
bc2d84f444
  1. 1
      site/templates/layout.html

1
site/templates/layout.html

@ -50,7 +50,6 @@
window.require = function (path) {
var result = window;
var namespaces = path.split('/');
console.log(path, namespaces);
namespaces.forEach(function (key, i) {
if (i === 2) {
key = capitalizeFirstLetter(key);

Loading…
Cancel
Save