Procházet zdrojové kódy

plugins/caldav: remove statements not used

Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
master
Wagner Riffel před 4 roky
committed by Simon Ser
rodič
revize
42c5a81986
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: FDE7BE0E88F5E48
1 změnil soubory, kde provedl 0 přidání a 10 odebrání
  1. +0
    -10
      plugins/caldav/routes.go

+ 0
- 10
plugins/caldav/routes.go Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit