remove debug code

This commit is contained in:
Scott Moser
2013-03-01 16:07:54 -05:00
parent 6f9cc1b431
commit e87950ef91

View File

@@ -138,9 +138,6 @@ class AuthKeyLineParser(object):
return toks
if "badopt" in src_line:
import ipdb; ipdb.set_trace()
ent = line.strip()
try:
(keytype, base64, comment) = parse_ssh_key(ent)