Remove debug

This commit is contained in:
iBNu Maksum 2024-11-05 11:09:56 +07:00
parent 35243cb9b0
commit b28b40280f
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,6 @@ switch ($action) {
}
case 'buy':
$gateway = _post('gateway');
print_r($routes);
if($gateway == 'balance') {
unset($_SESSION['gateway']);
r2(U . 'order/pay/' . $routes[2] . '/' . $routes[3]);