Skip to content

Commit 577718d

Browse files
committed
println
1 parent b8482c8 commit 577718d

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
@@ -185,7 +185,6 @@ func (api *API) workspaces(rw http.ResponseWriter, r *http.Request) {
185185
if v.DeletingAt == nil {
186186
continue
187187
}
188-
fmt.Println("WELL WE GOT ONE!")
189188
// get the beginning of the day on which deletion is scheduled
190189
truncatedDeletionAt := time.Date(v.DeletingAt.Year(), v.DeletingAt.Month(), v.DeletingAt.Day(), 0, 0, 0, 0, v.DeletingAt.Location())
191190
if truncatedDeletionAt.After(*postFilter.DeletingBy) {

0 commit comments

Comments
 (0)