Skip to content

Commit e18ad22

Browse files
committed
updated the documents
1 parent 974580e commit e18ad22

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
@@ -62,7 +62,6 @@ def __init__(self, metastore_id: str = None):
6262
)
6363

6464
if not developer_enabled() and metastore_id:
65-
print("Not Developer Enabled")
6665
# Get the authentication credentials for the OCI data catalog service
6766
auth = copy.copy(ads.auth.default_signer())
6867

@@ -80,7 +79,6 @@ def __init__(self, metastore_id: str = None):
8079
.config("spark.driver.memory", "16G")
8180

8281
if developer_enabled():
83-
print("Developer Enabled")
8482
# Configure spark session with delta jars only in developer mode. In other cases,
8583
# jars should be part of the conda pack
8684
self.spark_session = configure_spark_with_delta_pip(

0 commit comments

Comments
 (0)