summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/go/cmd/test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/go/cmd/test.go b/client/go/cmd/test.go
index b8e028ee763..ec445de2b9d 100644
--- a/client/go/cmd/test.go
+++ b/client/go/cmd/test.go
@@ -420,7 +420,6 @@ func validateRelativePath(relPath string) error {
return fmt.Errorf("path must be relative, but was '%s'", relPath)
}
cleanPath := filepath.Clean(relPath)
- fmt.Println(cleanPath)
if strings.HasPrefix(cleanPath, "../../../") {
return fmt.Errorf("path may not point outside src/test/application, but '%s' does", relPath)
}