From be1255c010b6753e9229c8a7692a69a64fe17781 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Tue, 17 Sep 2013 22:47:39 -0400 Subject: [PATCH] Whoops... --- mystic/qwkpoll.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/mystic/qwkpoll.pas b/mystic/qwkpoll.pas index 15fed7b..052ad60 100644 --- a/mystic/qwkpoll.pas +++ b/mystic/qwkpoll.pas @@ -95,8 +95,6 @@ Begin WriteLn (' - Importing QWK packet'); - filecopy(temppath + qwknet.packetid + '.qwk', 'd:\s7\vert.qwk'); - If QWK.ImportPacket(True) Then WriteLn (' - Imported ', QWK.RepOK, ' messages (', QWK.RepFailed, ' failed)') Else