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

Merge pull request #118 from DanielHeath/tidy-logging-statement

Remove logging statement
This commit is contained in:
Zack
2018-02-15 19:30:56 -08:00
committed by GitHub

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 {