xiongzhu пре 3 година
родитељ
комит
efe163a0ad
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/plugins/http.js

+ 0 - 1
src/plugins/http.js

@@ -51,7 +51,6 @@ axiosInstance.interceptors.response.use(
                 throw new Error('webdriver detected');
             }
             let decrypted = decrypt(response.data);
-            console.log('decrypted', decrypted);
             if (response.headers['content-type'].includes('application/json')) {
                 response.data = JSON.parse(decrypted);
             } else {