We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc51cb1 commit fbcacf4Copy full SHA for fbcacf4
export_and_delete_interviews.php
@@ -75,7 +75,6 @@
75
months: months
76
}, function(data) {
77
data = JSON.parse(data);
78
- console.log('response', data);
79
if (data.success) {
80
alert("Successfully deleted " + Number(data.deleted) + " interviews (" + Number(data.failures) + " failures).");
81
} else {
0 commit comments