Skip to content

Commit

Permalink
Remove debugging info in helm-dash--candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
areina committed Sep 7, 2015
1 parent 8c84587 commit 791bc32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm-dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ Ex: This avoids searching for redis in redis unless you type 'redis redis'"
"Return a list extracting info from DOCSET and ROW to build a helm candidate.
First element is the display message of the candidate, rest is used to build
candidate opts."
(message (format "%s" docset))
(cons (format-spec helm-dash-candidate-format
(list (cons ?d (car docset))
(cons ?n (cadr row))
Expand Down

0 comments on commit 791bc32

Please sign in to comment.