summaryrefslogtreecommitdiff
path: root/src/irc/irc_user.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/irc_user.cpp')
-rw-r--r--src/irc/irc_user.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irc/irc_user.cpp b/src/irc/irc_user.cpp
index afe8623..f9866ef 100644
--- a/src/irc/irc_user.cpp
+++ b/src/irc/irc_user.cpp
@@ -24,5 +24,4 @@ IrcUser::IrcUser(const std::string& name)
this->nick = name.substr(0, sep);
this->host = name.substr(sep+1);
}
- std::cout << "Created user: [" << this->nick << "!" << this->host << std::endl;
}