Skip to content

Commit 6f71a82

Browse files
committed
Remove console.log something
1 parent 5b3a907 commit 6f71a82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fileupload/static/js/main.js

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ $(function () {
6666
// Load existing files:
6767
$('#fileupload').each(function () {
6868
var that = this;
69-
console.log("something");
70-
console.log(this.action);
7169
$.getJSON(this.action, function (result) {
7270
if (result && result.length) {
7371
$(that).fileupload('option', 'done')

0 commit comments

Comments
 (0)