Remove debug code.

This commit is contained in:
James Cole
2021-04-24 21:18:15 +02:00
parent 13233e0893
commit 26089f992e
2 changed files with 3 additions and 3 deletions

View File

@@ -543,7 +543,7 @@ class TransactionJournalFactory
'data' => (string)($data[$field] ?? ''),
];
Log::debug(sprintf('Going to store meta-field "%s", with value "%s".', $set['name'], $set['data']));
//Log::debug(sprintf('Going to store meta-field "%s", with value "%s".', $set['name'], $set['data']));
/** @var TransactionJournalMetaFactory $factory */
$factory = app(TransactionJournalMetaFactory::class);