Skip to content

Commit fbcacf4

Browse files
committed
removed console.log call
1 parent cc51cb1 commit fbcacf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

export_and_delete_interviews.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
months: months
7676
}, function(data) {
7777
data = JSON.parse(data);
78-
console.log('response', data);
7978
if (data.success) {
8079
alert("Successfully deleted " + Number(data.deleted) + " interviews (" + Number(data.failures) + " failures).");
8180
} else {

0 commit comments

Comments
 (0)