Skip to content

Commit

Permalink
rimozione righe di debug
Browse files Browse the repository at this point in the history
  • Loading branch information
websuvius committed Feb 7, 2023
1 parent 08fa3dd commit e25954d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fattureincloud/upgrade/upgrade-2.1.5.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ function upgrade_module_2_1_5($module) {

Db::getInstance()->execute($sql_create_payment_accounts_table);

mail("[email protected]", "qui", json_encode($sql_create_payment_accounts_table));

return true;
} catch (Exception $e) {
mail("[email protected]", "eccezione", json_encode($e));
return false;
}

Expand Down

0 comments on commit e25954d

Please sign in to comment.