Remove Dumper debug

This commit is contained in:
CPbN 2020-01-15 10:21:27 +01:00
parent ccb5c4fbab
commit 26c1247b98
1 changed files with 0 additions and 4 deletions

View File

@ -118,10 +118,6 @@ sub manage_selection {
commentCount => $item->{commentCount},
};
}
use Data::Dumper;
print Dumper($self->{problem});
}
1;