1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

remove debug

This commit is contained in:
Valentin Maerten
2025-11-15 17:41:36 +01:00
parent f0b83c9628
commit 5a13276e4d

View File

@@ -1,7 +1,6 @@
package taskfile
import (
"fmt"
"testing"
"github.com/stretchr/testify/assert"
@@ -240,7 +239,6 @@ func TestRepoCacheKey_Consistency(t *testing.T) {
require.NoError(t, err)
key1 := node.repoCacheKey()
fmt.Printf("key1 : %#v\n", key1)
key2 := node.repoCacheKey()
key3 := node.repoCacheKey()