Skip to content

Commit 1b1807c

Browse files
committed
removed debug lines
1 parent a8f4699 commit 1b1807c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/js/app/api.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ function DownloadFile(verb, path, filename) {
173173
},
174174

175175
success: function (data) {
176-
console.log(data)
177-
console.log(textStatus)
178-
console.log(response)
179176
var a = document.createElement('a');
180177
var url = window.URL.createObjectURL(data);
181178
a.href = url;
@@ -693,7 +690,6 @@ module.exports = {
693690
* @returns {Promise}
694691
*/
695692
download: function (id) {
696-
console.log("downloading")
697693
return DownloadFile('get', "nginx/certificates/" + id + "/download", "certificate.zip")
698694
}
699695
}

0 commit comments

Comments
 (0)