Skip to content

Commit 7c69984

Browse files
committed
swear less
1 parent 3bab0a3 commit 7c69984

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/workspaces.go

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ func (api *API) workspaces(rw http.ResponseWriter, r *http.Request) {
183183
} else {
184184
for _, v := range wss {
185185
if v.DeletingAt == nil {
186-
fmt.Println("FUCK")
187186
continue
188187
}
189188
// get the beginning of the day on which deletion is scheduled

0 commit comments

Comments
 (0)