Skip to content

Commit 368975b

Browse files
Remove debug code! :)
1 parent 42c6abd commit 368975b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/RedisTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5094,11 +5094,6 @@ public function genericGeoRadiusTest($cmd) {
50945094
$ret1 = $this->rawCommandArray('{gk}', $realargs);
50955095
if ($cmd == 'georadius') {
50965096
$ret2 = $this->redis->$cmd('{gk}', $lng, $lat, 500, 'mi', $realopts);
5097-
if ($ret2 == false) {
5098-
echo "BAD: " . implode(' ', ['{gk}', $lng, $lat, 500, 'mi']) . "\n";
5099-
print_r($realopts);
5100-
die();
5101-
}
51025097
} else {
51035098
$ret2 = $this->redis->$cmd('{gk}', $city, 500, 'mi', $realopts);
51045099
}

0 commit comments

Comments
 (0)