summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-23 11:36:02 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-23 11:36:02 +0000
commitb13d899be8864370c04fe02ef49007f414eb8e45 (patch)
tree948e3d903532d451ca719aea29fae5eb7f86d3d1 /src/command_parse.cpp
parentae2c05c3170f0a83f40d71e3f5079e66f35a6f8a (diff)
nuke some debug not needed anymore
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10226 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp2
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)