Skip to content

Commit e16c74a

Browse files
committed
clean up a debug print
1 parent 10ece0a commit e16c74a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autocompletecontext.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ func (c *auto_complete_context) get_candidates_from_decl(cc cursor_context, clas
284284

285285
func (c *auto_complete_context) get_import_candidates(partial string, b *out_buffers) {
286286
currentPackagePath, pkgdirs := g_daemon.context.pkg_dirs()
287-
fmt.Println(pkgdirs)
288287
resultSet := map[string]struct{}{}
289288
for _, pkgdir := range pkgdirs {
290289
// convert srcpath to pkgpath and get candidates

0 commit comments

Comments
 (0)