Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1083544

Browse files
committed
fix rebase
1 parent 9ce5328 commit 1083544

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/start.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ func start() *cobra.Command {
6565
// Default to the environment variable!
6666
postgresURL = os.Getenv("CODER_PG_CONNECTION_URL")
6767
}
68-
logger := slog.Make(sloghuman.Sink(os.Stderr))
6968
listener, err := net.Listen("tcp", address)
7069
if err != nil {
7170
return xerrors.Errorf("listen %q: %w", address, err)

0 commit comments

Comments
 (0)