Skip to content

Commit d007868

Browse files
author
LocalIdentity
committed
Remove console message spam
1 parent 544fc93 commit d007868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/core/core_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void core_main_c::Init(int argc, char** argv)
8181

8282
void core_main_c::Frame()
8383
{
84-
sys->con->Printf("Messages...\n");
84+
// sys->con->Printf("Messages...\n");
8585

8686
// Execute commands
8787
sys->con->ExecCommands();

0 commit comments

Comments
 (0)