Skip to content

Commit e267a48

Browse files
remove debug log
1 parent 624ccde commit e267a48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/game.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ dpp::task<bool> npc_chat(const dpp::interaction_create_t& event, player& p, cons
139139
{"chat", selected_npc.at("id"), p.paragraph, dpp::utility::utf8substr(npc_reply, 0, 512)}
140140
);
141141
bot.log(dpp::ll_info, "NPC reply: " + selected_npc.at("name") + " -> " + npc_reply);
142-
std::cout << "CG 4\n";
143142
continue_game(event, p, true).sync_wait();
144143
}
145144
catch (const std::exception& e) {

0 commit comments

Comments
 (0)