Skip to content

Commit

Permalink
got rid of print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
harold-xi committed Aug 25, 2020
1 parent 9040e39 commit 31a8ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tabpy/tabpy_server/handlers/evaluation_plane_handler.py
Expand Up @@ -125,7 +125,6 @@ def post(self):

@gen.coroutine
def _call_subprocess(self, function_to_evaluate, arguments):
print(self.request.headers)
restricted_tabpy = RestrictedTabPy(
self.protocol, self.port, self.logger, self.eval_timeout, self.request.headers
)
Expand Down

0 comments on commit 31a8ebf

Please sign in to comment.