Skip to content

Commit 5f202cb

Browse files
committed
fix(admin.js): Removed left console.log()
1 parent b7d1585 commit 5f202cb

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

js/admin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@
589589
['get', 'post', 'put', 'patch', 'delete'].forEach(function (method) {
590590
if (csk.ajax[method]) return;
591591
csk.ajax[method] = function (url, params) {
592-
console.log(url);
593592
params = params || {};
594593
params.type = params.method = method.toUpperCase();
595594
return this.request(url, params);

0 commit comments

Comments
 (0)