Remove debug comments
This commit is contained in:
parent
0fc7659b1b
commit
a58a29ae7a
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ $stmt->execute();
|
|||
$stmt->bindColumn(1, $peerIp);
|
||||
$stmt->bindColumn(2, $peerPort);
|
||||
while ($stmt->fetch(PDO::FETCH_BOUND)) {
|
||||
//echo($peerIp . "\t" . $peerPort . "\n");
|
||||
$peers .= pack("Nn", inet_pton($peerIp), $peerPort);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue