From e4194de1533e08176747dcabefccfeb45c7cf3a2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 29 Jul 2016 23:28:10 +0100 Subject: [PATCH] Remove another line which I added only for debug... --- test/integration/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/main.cpp b/test/integration/main.cpp index e6f7615f..8f02af88 100644 --- a/test/integration/main.cpp +++ b/test/integration/main.cpp @@ -1921,7 +1921,6 @@ TEST_F(ZNCTest, AutoAttachModule) { ircd.Write(":server 366 nick #znc :End of /NAMES list"); ircd.Write(":foo PRIVMSG #znc :hi"); client.ReadUntil(":foo PRIVMSG"); - client.Write("znc listchans"); Z; client.Write("detach #znc"); client.ReadUntil("Detached");