Skip to content

Commit

Permalink
移除 debug 信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Dec 27, 2021
1 parent 5fc4428 commit c22eda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ func banner() {
magenta(" / /_ / __ \\ / /_ / __ `/| / ")
magenta(` / __// /_/ // __// /_/ // | `)
magenta(` /_/ \____//_/ \__,_//_/|_| `)
magenta(" " + FoFaXVersion)
bannerSite(" fofax.xiecat.fun\n")
magenta(" " + FoFaXVersion)
bannerSite(" https://fofax.xiecat.fun\n")
}
func bannerSite(a ...interface{}) {
cl := color.New(color.FgHiGreen).SprintfFunc()
Expand Down
1 change: 0 additions & 1 deletion internal/fx/fxquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ func (fx FoFaxQuery) SearchSingleTable(query string) {
table.Output([]Tinfo{{"Error", "id or query not null"}})
}
for _, q := range fx.Plugins {
fmt.Println(q.Id, query)
if StrEqual(query, q.Id) || StrEqual(query, q.Query) {
q.ShowInfoTable()
return
Expand Down

0 comments on commit c22eda3

Please sign in to comment.