diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index cdac83a24..612337ccf 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -565,8 +565,6 @@ void CommandParser::SetupCommandTable(User* user) } } } - else - printf("NOT loading %s, not a cmd\n", entry->d_name); } closedir(library); if (!user) |