[eslint] fix no-unused-vars violations
This commit is contained in:
@ -31,7 +31,6 @@ describe('Stdio Logger', function () {
|
||||
var now = '2013-01-01T00:00:00Z';
|
||||
var nowDate = new Date(now);
|
||||
var nowTime = nowDate.getTime();
|
||||
var clock;
|
||||
|
||||
beforeEach(function () {
|
||||
stub.autoRelease(sinon.useFakeTimers(nowTime));
|
||||
|
||||
Reference in New Issue
Block a user