Sfoglia il codice sorgente

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

DIYgod 9 anni fa
parent
commit
a6a5505852
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      nodejs/index.js

+ 0 - 1
nodejs/index.js

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