Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit a479441

Browse files
Fletcher Haynesfhaynes
authored andcommitted
Reverted some testing log messages and commented out code
1 parent 21bc76d commit a479441

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmd/server.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
package cmd
44

55
import (
6-
"fmt"
76
"io"
87

98
"github.com/featurebasedb/featurebase/v3/ctl"
@@ -54,10 +53,8 @@ directory and start listening for client connections
5453
on the configured port.`,
5554
RunE: func(cmd *cobra.Command, args []string) error {
5655
// Start & run the server.
57-
5856
if err := Server.Start(); err != nil {
59-
fmt.Println("Test!!")
60-
// return considerUsageError(cmd, errors.Wrap(err, "running server"))
57+
return considerUsageError(cmd, errors.Wrap(err, "running server"))
6158
}
6259

6360
return errors.Wrap(Server.Wait(), "waiting on Server")

0 commit comments

Comments
 (0)