remove useless log

This commit is contained in:
osaajani 2021-12-21 15:01:46 +01:00
parent c69527a5ad
commit 85c09673b1
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class Phone extends AbstractDaemon
{
//Read received smss
$this->read_smss();
$this->logger->info('Read smss' );
$this->read_tick = 0;
}