mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Improved error printing in dev site
This commit is contained in:
parent
96f2da708a
commit
f66f6e3287
2 changed files with 12 additions and 11 deletions
|
@ -139,7 +139,6 @@ class DbConnection{
|
|||
else{
|
||||
$done = true;
|
||||
if(SITE_STATUS == SITE_STATUS_DEV){
|
||||
print($sql);
|
||||
throw($ex);
|
||||
}
|
||||
else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue