Browse Source

remove debug logging in js

master
cinnaboot 7 years ago
parent
commit
277967a7f2
  1. 1
      video_metadata/static/file_listing.js

1
video_metadata/static/file_listing.js

@ -55,7 +55,6 @@ function parseResponse(json, node) {
for (let path of json.paths)
addContents(ul, path);
console.log(node);
node.appendChild(frag);
}
}

Loading…
Cancel
Save