removed unnecessary comment

This commit is contained in:
Barry Tulchinsky 2013-12-19 09:08:44 -05:00
parent 53e6293494
commit b4aac37c5c
1 changed files with 0 additions and 2 deletions

View File

@ -1048,7 +1048,6 @@ define(function(require) {
}
}
//check if atime and mtime are integers and >= 0
if (typeof atime != 'number' || typeof mtime != 'number') {
callback(new EInvalid('atime and mtime must be number'));
}
@ -1073,7 +1072,6 @@ define(function(require) {
}
}
//check if atime and mtime are integers and >= 0
if (typeof atime != 'number' || typeof mtime != 'number') {
callback(new EInvalid('atime and mtime must be a number'));
}