Skip to content

Commit

Permalink
tooltip improvement and unhelpful debug statement removal
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Sep 30, 2010
1 parent 9fd2a1e commit 3f755db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions github/github.py
Expand Up @@ -110,7 +110,7 @@ def _upgrade_db(self, db):
if not commit_msg:
commit_msg = line
else:
commit_msg = commit_msg + "\n" + line
commit_msg = commit_msg + " " + line
line = revmap_fd.readline()[0:-1]

if not line.startswith('git-svn-id:'):
Expand Down Expand Up @@ -157,7 +157,6 @@ def _format_changeset_link(self, formatter, ns, match):
return match.group(0)
self.env.log.debug("revmap enabled: formatting links")
commit_data = self._get_commit_data(match.group(0))
self.env.log.debug("long tooltips: %s", self.long_tooltips)
if len(commit_data) == 1:
self.env.log.debug(commit_data)
if int(self.long_tooltips):
Expand Down

0 comments on commit 3f755db

Please sign in to comment.