Skip to content

Commit 7e879f9

Browse files
committed
remove debug print
1 parent 5c3c359 commit 7e879f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

coderd/database/dbgen/dbgen.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,6 @@ func ProvisionerJob(t testing.TB, db database.Store, ps pubsub.Pubsub, orig data
365365
WorkerID: uuid.NullUUID{},
366366
})
367367
require.NoError(t, err)
368-
if job.ID != jobID {
369-
fmt.Println("wtf")
370-
}
371368
// There is no easy way to make sure we acquire the correct job.
372369
require.Equal(t, jobID, job.ID, "acquired incorrect job")
373370
}

0 commit comments

Comments
 (0)