Skip to content

Commit 6b13704

Browse files
committed
chore: remove unecessary log message
1 parent 61abb6c commit 6b13704

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/server/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package main
22

33
import (
4-
//"fmt",
54
"log"
65
"net/http"
76
"os"
@@ -19,8 +18,6 @@ func init(){
1918
if err := os.MkdirAll(uploadDir,0755); err != nil{
2019
log.Fatal("Could'nt create uploads directory: \n %v",err)
2120
}
22-
23-
log.Println("Successfully created uploads directory.")
2421
}
2522

2623
func main() {

0 commit comments

Comments
 (0)