Skip to content

Commit

Permalink
fix: Remove debug print statement for Scylla cluster connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Jan 10, 2025
1 parent ea661a1 commit 6eebb75
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ def _get_session(self, config: RepoConfig):
)

# creation of Session
if self._cluster.is_shard_aware():
print("connected to a scylla cluster")
self._keyspace = keyspace
self._session = self._cluster.connect(self._keyspace)

Expand Down

0 comments on commit 6eebb75

Please sign in to comment.