Remove var_dump
This commit is contained in:
parent
bf218ae218
commit
3abf9fbed1
@ -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.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user