lalala 6 лет назад
Родитель
Сommit
26c0251bff
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      admin-code/src/cool/common/index.js

+ 0 - 1
admin-code/src/cool/common/index.js

@@ -1,6 +1,5 @@
 Promise.prototype.done = function(cb) {
 	let P = this.constructor;
-	console.log('cb', cb);
 	return this.then(
 		value => P.resolve(cb()).then(() => value),
 		reason =>