Skip to content

Commit

Permalink
Remove debug statement = #6
Browse files Browse the repository at this point in the history
  • Loading branch information
dapphp committed Feb 15, 2022
1 parent 55282be commit e88b570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ public function parseVoteConsensusStatusDocument(ProtocolReply $reply)
break;

default:
echo "MISSED '$keyword' = '$extra'\n";
break;

}
Expand Down

0 comments on commit e88b570

Please sign in to comment.