1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 00:06:14 +01:00

Rimosso codice di debug

This commit is contained in:
Luca 2023-12-05 19:36:13 +01:00
parent 0aebed89cf
commit 741130f30b

View File

@ -199,8 +199,6 @@ class HTMLBuilder
// Ricorsione
$result = self::replace($result);
print_r($json);
return !empty($result) ? $result : json_encode($json);
}