Skip to content

Commit fa2061b

Browse files
committed
remove unnecessary code
1 parent 8df6018 commit fa2061b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/completer.go

-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ func findAutocompleteAPI(arg *config.APIArg, apiFound *config.API, apiMap map[st
200200
if arg.Type == "map" {
201201
return nil
202202
}
203-
config.Debug("PEARL apiFound: ", apiFound)
204203

205204
var autocompleteAPI *config.API
206205
argName := strings.Replace(arg.Name, "=", "", -1)
@@ -375,7 +374,6 @@ func (t *autoCompleter) Do(line []rune, pos int) (options [][]rune, offset int)
375374
}
376375

377376
autocompleteAPI := findAutocompleteAPI(arg, apiFound, apiMap)
378-
config.Debug("api: ", autocompleteAPI)
379377
if autocompleteAPI == nil {
380378
return nil, 0
381379
}

0 commit comments

Comments
 (0)