aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/toree_gateway_kernel.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/toree_gateway_kernel.py b/python/toree_gateway_kernel.py
index 3e20899..b3271b8 100644
--- a/python/toree_gateway_kernel.py
+++ b/python/toree_gateway_kernel.py
@@ -177,8 +177,6 @@ class ToreeGatewayKernel(MetaKernel):
if self.toreeProfile is None:
print('do_execute_direct: Not connected to a Tori instance')
return 'Notebook is offline, due to no resources available on the server. Please try again later or contact an Administrator'
- else:
- print('Profile: {}'.format(self.toreeProfile.configurationLocation()))
if not code.strip():
return None