Skip to content

Commit a857b4b

Browse files
committed
Revert "timing zip upload"
This reverts commit c74b803.
1 parent 40aecf8 commit a857b4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

commands/utils/uploader.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function upload_zip(lt_config, file_name, prefix = "project", env = "prod") {
5555
}
5656
get_signed_url(lt_config, prefix, env)
5757
.then(function (responseDataURL) {
58-
let start = Date.now();
5958
console.log("Uploading the project");
6059
let options = {
6160
url: responseDataURL["value"]["message"],
@@ -91,8 +90,6 @@ function upload_zip(lt_config, file_name, prefix = "project", env = "prod") {
9190
}
9291
}
9392
});
94-
let timeTaken = Date.now() - start;
95-
console.log("Total time taken to upload file : " + timeTaken/1000 + "seconds");
9693
})
9794
.catch(function (err) {
9895
reject(err);

0 commit comments

Comments
 (0)