We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc534d5 commit f809860Copy full SHA for f809860
ProcessMaker/Jobs/CompileUI.php
@@ -41,7 +41,6 @@ public function middleware(): array
41
public function handle()
42
{
43
$setting = Setting::byKey('css-override');
44
- \Log::debug('*** Got setting: ' . json_encode($setting));
45
if ($setting) {
46
$this->writeColors(json_decode($setting->attributesToArray()['config']['variables'], true));
47
$this->writeFonts(json_decode($setting->attributesToArray()['config']['sansSerifFont']));
0 commit comments