remove debug log
This commit is contained in:
parent
d76f3dceab
commit
7dc393a2d2
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user