Browse Source

plugins/caldav: remove statements not used

Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
master
Wagner Riffel 4 years ago
committed by Simon Ser
parent
commit
42c5a81986
No known key found for this signature in database GPG Key ID: FDE7BE0E88F5E48
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      plugins/caldav/routes.go

+ 0
- 10
plugins/caldav/routes.go View File

@@ -111,11 +111,6 @@ func registerRoutes(p *alps.GoPlugin, u *url.URL) {
return err
}

c, err := newClient(u, ctx.Session)
if err != nil {
return err
}

c, calendar, err := getCalendar(u, ctx.Session)
if err != nil {
return err
@@ -161,11 +156,6 @@ func registerRoutes(p *alps.GoPlugin, u *url.URL) {
return err
}

c, err := newClient(u, ctx.Session)
if err != nil {
return err
}

c, calendar, err := getCalendar(u, ctx.Session)
if err != nil {
return err


Loading…
Cancel
Save