chore: remove redunt code.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2021-07-25 10:24:25 +08:00
parent e08e4c09ca
commit f4fc2a5e7c
1 changed files with 0 additions and 3 deletions

View File

@ -360,9 +360,6 @@ func main() {
} }
}) })
// notify.InitQueue(cfg.Core.WorkerNum, cfg.Core.QueueNum)
// notify.InitWorkers(ctx, wg, cfg.Core.WorkerNum, cfg.Core.QueueNum)
if cfg.Ios.Enabled { if cfg.Ios.Enabled {
if err = notify.InitAPNSClient(cfg); err != nil { if err = notify.InitAPNSClient(cfg); err != nil {
logx.LogError.Fatal(err) logx.LogError.Fatal(err)