delete die() debug, forgot to delete it

This commit is contained in:
Ibnu Maksum
2024-05-01 10:21:32 +07:00
parent 2ed3dc991a
commit 47c6e90624
4 changed files with 1 additions and 4 deletions

View File

@ -570,7 +570,6 @@ switch ($action) {
} else if ($voucher_format == 'rand') {
$code = Lang::randomUpLowCase($code);
}
die($code);
$d = ORM::for_table('tbl_voucher')->create();
$d->type = $type;
$d->routers = $server;