remove left over (unnecessary) call to addGeneric adding an empty push

This commit is contained in:
Ralf Becker 2020-04-22 22:19:33 +02:00
parent 09275367c0
commit 4d4eb5e654

View File

@ -141,6 +141,5 @@ class Push extends Msg
throw new Exception\NotOnline('No valid push-backend found!');
}
}
self::$backend->addGeneric($this->account_id, $key, $data);
}
}