Improved error printing in dev site

This commit is contained in:
Alex Cabal 2022-07-06 16:47:24 -05:00
parent 96f2da708a
commit f66f6e3287
2 changed files with 12 additions and 11 deletions

View file

@ -139,7 +139,6 @@ class DbConnection{
else{
$done = true;
if(SITE_STATUS == SITE_STATUS_DEV){
print($sql);
throw($ex);
}
else{