removed console.log statements used for debugging

This commit is contained in:
Barry Tulchinsky 2013-12-15 02:57:11 -05:00
parent e84d639210
commit a0456e2909
1 changed files with 0 additions and 8 deletions

View File

@ -1043,16 +1043,8 @@ define(function(require) {
callback(error);
}
else {
console.log(node);
node.atime = atime;
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);
}
}