Skip to content

Commit fba7044

Browse files
committed
[worker.php] Improve peppy start logic
1 parent 635dafd commit fba7044

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

www/daemon/worker.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,6 @@
13961396
}
13971397
if ($_SESSION['peppy_display'] == '1') {
13981398
startPeppyDisplay($_SESSION['peppy_display_type']);
1399-
} else {
1400-
stopPeppyDisplay($_SESSION['peppy_display_type']);
14011399
}
14021400
workerLog('worker: Peppy display: ' . ($_SESSION['peppy_display'] == '1' ? 'on' : 'off'));
14031401
workerLog('worker: Peppy disp type: ' . $_SESSION['peppy_display_type']);

0 commit comments

Comments
 (0)