removed debug output

This commit is contained in:
Christoph Klaffl 2019-02-04 18:08:01 +01:00
parent c5eebbe81d
commit 10b2012401
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 0 additions and 2 deletions

View File

@ -1493,8 +1493,6 @@ sub getreceivetoken() {
sub parsespecialoptions {
my ($line) = @_;
print("$line\n");
my @options = ();
my @values = split(/ /, $line);