don't display the comment twice, now that we print the entire roll string

This commit is contained in:
Brian S. Stephan 2010-09-04 12:09:37 -05:00
parent a0fd33b070
commit 92281151ff
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ class Dice(Module):
modifier = int(matches.group(6))
result = roll + ': '
if comment is not None:
result += comment + ': '
for t in range(times):
ressubstr = ""