Commit 4319e282 authored by nanahira's avatar nanahira

remove bad logs

parent 7e8cf858
...@@ -107,7 +107,6 @@ export class WeComBot extends Bot<BotConfig> { ...@@ -107,7 +107,6 @@ export class WeComBot extends Bot<BotConfig> {
if (!this.app.isActive) return; if (!this.app.isActive) return;
const eventKey = session.wecom['EventKey'] as string; const eventKey = session.wecom['EventKey'] as string;
const command = this.buttonKeyMap.get(eventKey); const command = this.buttonKeyMap.get(eventKey);
console.log(eventKey, command);
if (command) { if (command) {
const result = await session.execute(command); const result = await session.execute(command);
if (result) { if (result) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment