Skip to content

Commit ce673a3

Browse files
committed
Remove unused var
1 parent dcba985 commit ce673a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/webserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func Start() {
8888
r.HandleFunc("/getS3files", GetS3Files).Methods("POST")
8989
r.HandleFunc("/interfaces", InterfaceMethod)
9090
r.HandleFunc("/startmining", StartMining)
91-
fmt.Printf("Server started on port :%v \n", port)
91+
fmt.Printf("Server started.... \n")
9292
err := http.ListenAndServe(GetPort(), r)
9393
if err != nil {
9494
fmt.Printf("Could not start the server: %v", err)

0 commit comments

Comments
 (0)