removed console.log statements used for debugging
This commit is contained in:
parent
e84d639210
commit
a0456e2909
|
@ -1043,16 +1043,8 @@ define(function(require) {
|
||||||
callback(error);
|
callback(error);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log(node);
|
|
||||||
node.atime = atime;
|
node.atime = atime;
|
||||||
node.mtime = mtime;
|
node.mtime = mtime;
|
||||||
console.log('updated times atime=' + node.atime + 'and mtime=' + node.mtime);
|
|
||||||
|
|
||||||
_stat (context, 'test', path, function (error, stat) {
|
|
||||||
if (error) console.log('error');
|
|
||||||
else console.log(stat);
|
|
||||||
});
|
|
||||||
// callback(null);
|
|
||||||
context.put(node.id, node, callback);
|
context.put(node.id, node, callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue