mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
remove debug
This commit is contained in:
@@ -2,7 +2,6 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"fmt"
|
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
)
|
)
|
||||||
@@ -132,7 +131,6 @@ func translateImport(realpath string, origin string, topLevelOnly bool) (transla
|
|||||||
oldPath = currentPath
|
oldPath = currentPath
|
||||||
currentPath = filepath.Dir(currentPath)
|
currentPath = filepath.Dir(currentPath)
|
||||||
}
|
}
|
||||||
fmt.Println(pathsToTest)
|
|
||||||
}
|
}
|
||||||
var p string
|
var p string
|
||||||
var found bool
|
var found bool
|
||||||
|
|||||||
Reference in New Issue
Block a user