Explorar el Código

del debug info

Dotos hace 8 años
padre
commit
7305e58465
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      utils/util.js

+ 0 - 1
utils/util.js

@@ -17,7 +17,6 @@ let options = {
 }
 const requestServer = (config) => {
     options['uri'] = `http://music.163.com${config.path}`
-    console.log(config)
     let params = encrypt(config.params)
     return new Promise((resolve, reject) => {
         request.post({ url: options.uri, form: params }, (err, ret, body) => {