Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not print request body on Catalog.save() (#33)
Catalog.save() may be used with UnsavedDataStore, and then request body contains password. And password is printed to stdout. If someone have to print or log object data, it can be done outside save().
- Loading branch information