diff --git a/ioSPI/datasets.py b/ioSPI/datasets.py index 2767ad5..963cdaa 100644 --- a/ioSPI/datasets.py +++ b/ioSPI/datasets.py @@ -50,7 +50,6 @@ def __init__( out_file.write(f"username = {username}\n") out_file.write(f"project = {project_id}\n") out_file.write(f"token = {token}\n") - # out_file.write(f"storage = {storage}\n") print("OSF config written to .osfcli.config!") def ls(self):