Skip to content

Commit

Permalink
Remove console.error() calls in Windows test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 12, 2012
1 parent 8fbdf3d commit 83e1c61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/library.js
Expand Up @@ -75,8 +75,7 @@ describe('Library', function () {
})
var ft = new FILETIME()
l.GetSystemTimeAsFileTime(ft.ref())
console.error(ft.dwLowDateTime)
console.error(ft.dwHighDateTime)
// TODO: Add an expect() clause here...
})

} else {
Expand Down

0 comments on commit 83e1c61

Please sign in to comment.