about summary refs log tree commit diff stats
path: root/svc/init.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-09 04:21:03 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-09 04:21:03 -0400
commitc0507308950bf7db65d1f6ee79ce9f67b61cbe0e (patch)
tree09184268fa8872fe403398142fbce2b78cab9907 /svc/init.go
parent7410b8cd74d0f702b087577b1793bcf541ac8371 (diff)
downloadgetwtxt-c0507308950bf7db65d1f6ee79ce9f67b61cbe0e.tar.gz
explicit init of static assets and test template init were removed: redundant
Diffstat (limited to 'svc/init.go')
-rw-r--r--svc/init.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/svc/init.go b/svc/init.go
index d585bfa..e9c64af 100644
--- a/svc/init.go
+++ b/svc/init.go
@@ -67,7 +67,6 @@ func initSvc() {
 	initDatabase()
 	go cacheAndPush()
 	tmpls = initTemplates()
-	staticCache = initAssets()
 	watchForInterrupt()
 	pingAssets()
 }