From f558742ad650b94955ba0be0fd23f4397baa206a Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Aug 2007 16:50:28 +0000 Subject: Remove some printfs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7897 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_remove.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index cbb7138d7..feb2afa85 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -211,9 +211,6 @@ class cmd_remove : public command_t, public RemoveBase this->source = "m_remove.so"; syntax = " []"; TRANSLATE4(TR_NICK, TR_TEXT, TR_TEXT, TR_END); - - for (size_t x = 0; x < translation.size(); x++) - printf("translation[%ld] = %ld\n", x, translation[x]); } CmdResult Handle (const char** parameters, int pcnt, userrec *user) -- cgit v1.2.3