multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
35 stars 36 forks source link

mxpy data parse: remove undesired warning message #398

Closed andreibancioiu closed 6 months ago

andreibancioiu commented 6 months ago

Fixes https://github.com/multiversx/mx-sdk-py-cli/issues/391.

The warning was added back when the data parse command was implemented. The message is not practical, and way too specific - it doesn't bring an additional value to the general advice: never copy-paste and run scripts from untrusted sources.

For the future, we should be careful about logging on commands whose STDOUT is consumed by downstream applications. Maybe we should even allow users to disable logging on certain commands.