remove debug log

pull/1/head
ansuz 2018-06-25 15:33:54 +02:00
parent d76f3dceab
commit 7dc393a2d2
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ define([
if (!attr || !attr.trim()) { return void cb("E_INVAL_ATTR"); }
var data = exp.getFileData(id);
data[attr] = clone(value);
console.log(data);
cb(null);
};
exp.getPadAttribute = function (href, attr, cb) {