Skip to content

Commit

Permalink
worker: purge debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Feb 1, 2024
1 parent 99b5e10 commit aeff50c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package worker
import (
"context"
"encoding/json"
"fmt"
"os"
"strconv"
"sync"
Expand Down Expand Up @@ -425,9 +424,6 @@ func (o *Worker) runTaskHandler(ctx context.Context, asset *model.Asset, task *m
},
)

t, _ := ctx.Deadline()
fmt.Printf(">>>> ctx " + t.String())

// init handler
handler := newHandler(
ctx,
Expand All @@ -441,8 +437,6 @@ func (o *Worker) runTaskHandler(ctx context.Context, asset *model.Asset, task *m
hLogger,
)

fmt.Printf(">>>> handler ctx " + t.String())

// init runner
r := runner.New(hLogger)
startTS := time.Now()
Expand Down

0 comments on commit aeff50c

Please sign in to comment.