diff options
author | Simon Ser <contact@emersion.fr> | 2020-05-20 17:19:24 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-20 17:19:24 +0200 |
commit | 83dd3f71d633f7642f5e95196f1823384c9ef141 (patch) | |
tree | c2d4a569204f0bd95fe4c0326c4bfbf492fc10cf /plugins/caldav | |
parent | 4402a748f05a8495a1ca88b637a3531e9564c11b (diff) | |
download | alps-83dd3f71d633f7642f5e95196f1823384c9ef141.tar.gz alps-83dd3f71d633f7642f5e95196f1823384c9ef141.zip |
Drop unnecessary "log" import
Diffstat (limited to 'plugins/caldav')
-rw-r--r-- | plugins/caldav/routes.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/caldav/routes.go b/plugins/caldav/routes.go index 4610330..fe8a2b2 100644 --- a/plugins/caldav/routes.go +++ b/plugins/caldav/routes.go @@ -2,7 +2,6 @@ package alpscaldav import ( "fmt" - "log" "net/http" "net/url" "path" |