Skip to content

Commit 6880880

Browse files
committed
refactor: remove unused LOC
1 parent 751b75e commit 6880880

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/helpers/syncRunner.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
'use strict';
2-
const logger = require("./logger").syncCliLogger;
3-
const request = require('request');
42
const syncSpecsLogs = require('./sync/syncSpecsLogs'),
53
specDetails = require('./sync/failedSpecsDetails'),
6-
config = require("../helpers/config"),
7-
utils = require('./utils'),
84
specsSummary = require('./sync/specsSummary');
95

106
exports.pollBuildStatus = (bsConfig, buildDetails, rawArgs, buildReportData) => {

0 commit comments

Comments
 (0)