remove debug code
This commit is contained in:
@@ -138,9 +138,6 @@ class AuthKeyLineParser(object):
|
|||||||
|
|
||||||
return toks
|
return toks
|
||||||
|
|
||||||
if "badopt" in src_line:
|
|
||||||
import ipdb; ipdb.set_trace()
|
|
||||||
|
|
||||||
ent = line.strip()
|
ent = line.strip()
|
||||||
try:
|
try:
|
||||||
(keytype, base64, comment) = parse_ssh_key(ent)
|
(keytype, base64, comment) = parse_ssh_key(ent)
|
||||||
|
|||||||
Reference in New Issue
Block a user