From 677643eeed9fb2920fa6a7955cc894613c75d84f Mon Sep 17 00:00:00 2001 From: William Bell Date: Wed, 29 May 2024 23:57:48 +0100 Subject: [PATCH] remove debug --- src/import.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/import.go b/src/import.go index 6b9e325..f3f4e59 100644 --- a/src/import.go +++ b/src/import.go @@ -2,7 +2,6 @@ package main import ( "bufio" - "fmt" "os" "path/filepath" ) @@ -132,7 +131,6 @@ func translateImport(realpath string, origin string, topLevelOnly bool) (transla oldPath = currentPath currentPath = filepath.Dir(currentPath) } - fmt.Println(pathsToTest) } var p string var found bool