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:
parent
dfd9aea863
commit
bb475bd924
@ -256,7 +256,6 @@ func handlePageRequest(c *gin.Context) {
|
|||||||
} else if page == "static" {
|
} else if page == "static" {
|
||||||
filename := page + command
|
filename := page + command
|
||||||
var data []byte
|
var data []byte
|
||||||
fmt.Println(filename)
|
|
||||||
if filename == "static/css/custom.css" {
|
if filename == "static/css/custom.css" {
|
||||||
data = customCSS
|
data = customCSS
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user