Skip to content

Commit 8177557

Browse files
committed
remove prints
1 parent 221f089 commit 8177557

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/provisionerdserver/provisionerdserver.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ func (server *Server) FailJob(ctx context.Context, failJob *proto.FailedJob) (*p
538538
if getWorkspaceErr != nil {
539539
server.Logger.Error(ctx, "failed to create audit log - get workspace err", slog.Error(err))
540540
} else {
541-
fmt.Println("Hello World! 1", workspace.ID.String())
542541
// We pass the below information to the Auditor so that it
543542
// can form a friendly string for the user to view in the UI.
544543
workspaceResourceInfo := map[string]string{
@@ -754,7 +753,6 @@ func (server *Server) CompleteJob(ctx context.Context, completed *proto.Complete
754753
if getWorkspaceError == nil {
755754
auditor := server.Auditor.Load()
756755
auditAction := auditActionFromTransition(workspaceBuild.Transition)
757-
fmt.Println("Hello World! 2", workspace.ID.String())
758756

759757
// We pass the below information to the Auditor so that it
760758
// can form a friendly string for the user to view in the UI.

0 commit comments

Comments
 (0)