removed unnecessary comment
This commit is contained in:
parent
53e6293494
commit
b4aac37c5c
|
@ -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'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue