Skip to content

Commit

Permalink
cleanup debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Dec 8, 2024
1 parent 06e9802 commit 6f34a3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/taskengine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package taskengine
import (
"encoding/json"
"fmt"
"log"
"math/big"
"strconv"
"sync"
Expand Down Expand Up @@ -535,8 +534,6 @@ func (n *Engine) ListExecutions(user *model.User, payload *avsproto.ListExecutio
itemPerPage = DefaultItemPerPage
}
for _, kv := range executionKVs {
log.Println("kv id", string(kv.Key))

executionUlid := ulid.MustParse(string(ExecutionIdFromStorageKey(kv.Key)))
if !cursor.AfterUlid(executionUlid) {
continue
Expand Down

0 comments on commit 6f34a3a

Please sign in to comment.