Skip to content

Commit 4b7be3e

Browse files
committed
remove print
1 parent 0108c79 commit 4b7be3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easyDataverse/dataverse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ def load_dataset(
406406

407407
# Fetch and extract data
408408
remote_ds = self._fetch_dataset(pid, version)
409-
rich.print(remote_ds)
410409

411410
# Get the latest version data
412411
latest_version = remote_ds.data.latestVersion # type: ignore

0 commit comments

Comments
 (0)