From: Steinar H. Gunderson Date: Sun, 16 Nov 2014 18:19:32 +0000 (+0100) Subject: Remove some stray debugging code. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=d65c5b5001e2a61c2aa9e5fc97859515db69d72f Remove some stray debugging code. --- diff --git a/remoteglot.pl b/remoteglot.pl index 8cfb0be..b018e38 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -199,7 +199,6 @@ sub handle_fics { }; if ($@) { warn "Error when getting FICS move history: $@"; - exit; $getting_movelist = 0; } }