Skip to content

Commit

Permalink
Dev Commented some debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 22, 2020
1 parent 55612ff commit 5c5bd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/QuestionTheme.php
Expand Up @@ -228,8 +228,8 @@ public function loadAllQuestionXMLConfigurationsIntoDatabase($bUseTransaction =
} catch (Exception $e) {
//TODO: flashmessage for users
echo $e->getMessage();
var_dump($e->getTrace());
var_dump($missingQuestionThemeAttributes);
// var_dump($e->getTrace());
// var_dump($missingQuestionThemeAttributes);
if ($bUseTransaction) {
$transaction->rollback();
}
Expand Down

0 comments on commit 5c5bd15

Please sign in to comment.