build: remove redundant line

The same value is set a few lines below.
This commit is contained in:
Georgios Kalpakas 2017-06-13 10:43:47 +03:00 committed by Pete Bacon Darwin
parent 2cc931ed2a
commit b46cc744b3
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ function toolsDirRequire(moduleId: string) {
// Tun on full stack traces in errors to help debugging
(<any>Error)['stackTraceLimit'] = Infinity;
jrunner.jasmine.DEFAULT_TIMEOUT_INTERVAL = 100;
// Support passing multiple globs
var globsIndex = process.argv.indexOf('--');
var args: string[];