chore: remove redunt code.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
e08e4c09ca
commit
f4fc2a5e7c
3
main.go
3
main.go
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue