From 8f61d9e182b07f160faec287e7ee5a438827b434 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 29 Jul 2016 23:25:31 +0100 Subject: [PATCH] Remove line which I added 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 490f014d..e6f7615f 100644 --- a/test/integration/main.cpp +++ b/test/integration/main.cpp @@ -1911,7 +1911,6 @@ TEST_F(ZNCTest, AutoAttachModule) { Z; client.Write("znc loadmod testmod"); client.Write("PRIVMSG *controlpanel :Set AutoClearChanBuffer $me no"); - client.Write("PRIVMSG *simple_away :DisableTimer"); client.Write("znc loadmod autoattach"); client.Write("PRIVMSG *autoattach :Add * * *"); client.ReadUntil("Added to list");