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:
commit
9d4fcae7b2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user