Dotos vor 8 Jahren
Ursprung
Commit
3cb1e9d662
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      routes/welcome.js

+ 0 - 1
routes/welcome.js

@@ -26,7 +26,6 @@ function ip2addr(ip, callback) {
         .get('http://apis.juhe.cn/ip/ip2addr')
         .query({ ip: ip, key: '28c0a6a5eb9cca3f38bc5877a83c9868' })
         .end(function(err, res) {
-            console.log(res)
             var body = res.text || res.body || {};
             if (!err && res.statusCode == 200) {
                 if (typeof body === 'string') {