Explorar o código

removed debug lines

Rahul Somasundaram %!s(int64=4) %!d(string=hai) anos
pai
achega
1b1807c79a
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      frontend/js/app/api.js

+ 0 - 4
frontend/js/app/api.js

@@ -173,9 +173,6 @@ function DownloadFile(verb, path, filename) {
             },
 
             success: function (data) {
-                console.log(data)
-                console.log(textStatus)
-                console.log(response)
                 var a = document.createElement('a');
                 var url = window.URL.createObjectURL(data);
                 a.href = url;
@@ -693,7 +690,6 @@ module.exports = {
              * @returns {Promise}
              */
             download: function (id) {
-                console.log("downloading")
                 return DownloadFile('get', "nginx/certificates/" + id + "/download", "certificate.zip")
             }
         }