Skip to content

Commit c697526

Browse files
author
invoker
committed
none
1 parent 61ff4ed commit c697526

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ func main() {
7373
// Default paths
7474
defaultLocalPath := filepath.Join(appDir, "SensitiveList.json") // ./SensitiveList.json
7575
defaultGlobalPath := "/usr/local/bin/SensitiveList.json" // /usr/local/bin/SensitiveList.json
76-
fmt.Printf("Checking for SensitiveList.json in %s\n and %s\n", appDir, defaultGlobalPath)
7776
// Check if the file exists in the application's directory
7877
configfilepath := defaultLocalPath
7978
if _, err := os.Stat(configfilepath); os.IsNotExist(err) {

0 commit comments

Comments
 (0)