rm stray comment

This commit is contained in:
Michael DeHaan 2012-07-25 20:31:57 -04:00
parent e035ce97ce
commit f371092845

View file

@ -40,7 +40,6 @@ codeCodes = {
'blue': '0;34', 'white': '1;37',
'green': '0;32', 'bright blue': '1;34',
'cyan': '0;36', 'bright green': '1;32',
# 'cyan': '0;32', 'bright green': '1;32',
'red': '0;31', 'bright cyan': '1;36',
'purple': '0;35', 'bright red': '1;31',
'yellow': '0;33', 'bright purple': '1;35',