Skip to content

Commit 31f44db

Browse files
committed
chore: remove unwanted comments
1 parent 0e4a1d3 commit 31f44db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/helpers/zipUpload.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const purgeUploadBar = (obj) => {
1717
speed: ((obj.size / (Date.now() - obj.startTime)) / 125).toFixed(2) //kbits per sec
1818
});
1919
obj.bar1.stop();
20-
// clearInterval(obj.zipInterval);
2120
}
2221

2322
const uploadSuits = (bsConfig, filePath, opts, obj) => {

0 commit comments

Comments
 (0)