diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-10 00:10:32 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-10 00:10:32 -0700 |
commit | 2355abadca642a8d15b2530a5675f3d7820ebe36 (patch) | |
tree | 479d0b4b770dd90471840350ead7a129c33f889a /system/admin/server.go | |
parent | 414c5707e046b81d65209c0291bbbe5ab14fe0d5 (diff) |
removing debug and old code
Diffstat (limited to 'system/admin/server.go')
-rw-r--r-- | system/admin/server.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/admin/server.go b/system/admin/server.go index d9637b1..6f4a96e 100644 --- a/system/admin/server.go +++ b/system/admin/server.go @@ -1,7 +1,6 @@ package admin import ( - "fmt" "log" "net/http" "os" @@ -35,7 +34,6 @@ func Run() { staticDir := filepath.Join(pwd, "cmd", "ponzu", "vendor", "github.com", "bosssauce", "ponzu", "system") http.Handle("/admin/static/", CacheControl(http.FileServer(http.Dir(staticDir)))) - fmt.Println(staticDir) // API path needs to be registered within server package so that it is handled // even if the API server is not running. Otherwise, images/files uploaded |