Remove error_log. #392
This commit is contained in:
parent
ae17b23b2c
commit
7d4212195d
1 changed files with 0 additions and 2 deletions
|
|
@ -2706,8 +2706,6 @@ class APIController extends Controller implements LoggedController
|
|||
// get the hour
|
||||
$hour = $current_datetime->format('G');
|
||||
|
||||
error_log($hour);
|
||||
|
||||
if (($hour < 8) || ($hour > 16))
|
||||
$schedule_choice = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue