Skip to content

Commit f809860

Browse files
committed
Remove debugging
1 parent fc534d5 commit f809860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ProcessMaker/Jobs/CompileUI.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public function middleware(): array
4141
public function handle()
4242
{
4343
$setting = Setting::byKey('css-override');
44-
\Log::debug('*** Got setting: ' . json_encode($setting));
4544
if ($setting) {
4645
$this->writeColors(json_decode($setting->attributesToArray()['config']['variables'], true));
4746
$this->writeFonts(json_decode($setting->attributesToArray()['config']['sansSerifFont']));

0 commit comments

Comments
 (0)