Showing 1 changed files with 0 additions and 1 deletions
-1
sms/bot
... ...
@@ -141,7 +141,6 @@ sub hilink_send_sms {
141 141
     while (1) {
142 142
         my $sms = $outbox_sms_queue->dequeue_timed(10, 1);
143 143
         next if ! defined $sms;
144
-        wait_open_time($cfg::config{close_hour}, $cfg::config{begin_hour}); # pas d'envoi entre 21h et 8h
145 144
 
146 145
         if ($sendbox->{code}) {
147 146
             log_bot('sendbox new: ' . HiPi::Huawei::Errors->get_error_message($sendbox->{code}));