Skip to content

Commit 1100dbb

Browse files
committed
Remove debugger call
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 7dff564 commit 1100dbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/satosa/proxy_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def __call__(self, environ, start_response, debug=False):
120120
raise resp
121121
return resp(environ, start_response)
122122
except SATOSANoBoundEndpointError as e:
123-
import ipdb; ipdb.set_trace() # noqa XXX
124123
msg = str(e)
125124
logline = lu.LOG_FMT.format(id=lu.get_session_id(context.state), message=msg)
126125
logger.debug(logline)

0 commit comments

Comments
 (0)