Explorar el Código

Better api: log; blacklist; bug fixing; frequency limitation

DIYgod hace 9 años
padre
commit
a6a5505852
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      nodejs/index.js

+ 0 - 1
nodejs/index.js

@@ -145,7 +145,6 @@ app.post('/', function (req, res) {
         }
         }
 
 
         // check data
         // check data
-        console.log(jsonStr.player, jsonStr.author, jsonStr.time, jsonStr.text, jsonStr.color, jsonStr.type);
         if (jsonStr.player === undefined
         if (jsonStr.player === undefined
             || jsonStr.author === undefined
             || jsonStr.author === undefined
             || jsonStr.time === undefined
             || jsonStr.time === undefined