1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Remove logging statement

This commit is contained in:
Daniel Heath 2018-02-16 09:48:16 +11:00
parent dfd9aea863
commit bb475bd924

View File

@ -256,7 +256,6 @@ func handlePageRequest(c *gin.Context) {
} else if page == "static" {
filename := page + command
var data []byte
fmt.Println(filename)
if filename == "static/css/custom.css" {
data = customCSS
} else {