Remove var_dump

This commit is contained in:
danogentili 2016-08-10 14:55:50 +02:00
parent bf218ae218
commit 3abf9fbed1

View File

@ -262,7 +262,6 @@ Slv8kg9qv1m6XHVQY3PnEw+QQtqSIXklHwIDAQAB
if ($p->compare($q) > 0) {
list($p, $q) = [$q, $p];
}
var_dump($p, $q);
if (!($pq->equals($p->multiply($q)) && $p->compare($q) < 0)) {
throw new Exception("Handshake: couldn't compute p and q.");
}