Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
thezanke committed Jan 27, 2021
1 parent e33b4b6 commit 1f50ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { handleReactions } from "./handle_reactions.ts";
import { server } from "./http_server.ts";

const handleFunnyReplies = (message: Message) => {
return handleDigression(message) || handlePoorSources(message) || console.log(message);
return handleDigression(message) || handlePoorSources(message);
};

startBot({
Expand Down

0 comments on commit 1f50ccf

Please sign in to comment.