Skip to content

Commit eaa6e7f

Browse files
committed
removed print statements
1 parent e5d9269 commit eaa6e7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ads/feature_store/common/spark_session_singleton.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def __init__(self, metastore_id: str = None):
8686
)
8787

8888
if not developer_enabled() and metastore_id:
89-
print("Developer not Enabled")
9089
# Get the authentication credentials for the OCI data catalog service
9190
auth = copy.copy(ads.auth.default_signer())
9291

@@ -105,7 +104,6 @@ def __init__(self, metastore_id: str = None):
105104
)
106105

107106
if developer_enabled():
108-
print("developer_enabled")
109107
# Configure spark session with delta jars only in developer mode. In other cases,
110108
# jars should be part of the conda pack
111109
self.spark_session = configure_spark_with_delta_pip(

0 commit comments

Comments
 (0)