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 ebd9796f86
commit dfc80cf568

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);
}
}