Skip to content

Commit

Permalink
Remove final printing, ready to push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
StoppedwummSites committed Aug 16, 2024
1 parent a144d90 commit 2a84044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def logOut(self):

s = magisSession(frontend, backend, webdav)
s.login(username, pwd)
print(s.getUsers()[0].avaibleActions["edit"].permName)
s.logOut()


Expand Down

0 comments on commit 2a84044

Please sign in to comment.