Skip to content

Commit c096e3c

Browse files
committed
removed inspect
1 parent c8f4446 commit c096e3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/helpers/sync/syncSpecsLogs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const request = require("request"),
99
tableStream = require('table').createStream,
1010
chalk = require('chalk');
1111

12-
const { inspect } = require('util');
13-
1412
let whileLoop = true, whileTries = config.retries, options, timeout = 3000, n = 2, tableConfig, stream, endTime, startTime = Date.now(), buildStarted = false;
1513
let specSummary = {
1614
"buildError": null,

0 commit comments

Comments
 (0)