Browse Source

rm log

push-params
Evan Feenstra 4 years ago
parent
commit
9e13e59611
  1. 2
      api/network/receive.ts
  2. 2
      dist/api/network/receive.js
  3. 2
      dist/api/network/receive.js.map

2
api/network/receive.ts

@ -44,7 +44,7 @@ const botMakerTypes=[
constants.message_types.bot_cmd,
]
async function onReceive(payload){
console.log('===> onReceive',JSON.stringify(payload,null,2))
// console.log('===> onReceive',JSON.stringify(payload,null,2))
if(!(payload.type||payload.type===0)) return console.log('no payload.type')
if(botTypes.includes(payload.type)) {

2
dist/api/network/receive.js

@ -53,7 +53,7 @@ const botMakerTypes = [
];
function onReceive(payload) {
return __awaiter(this, void 0, void 0, function* () {
console.log('===> onReceive', JSON.stringify(payload, null, 2));
// console.log('===> onReceive',JSON.stringify(payload,null,2))
if (!(payload.type || payload.type === 0))
return console.log('no payload.type');
if (botTypes.includes(payload.type)) {

2
dist/api/network/receive.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save