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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user