diff --git a/docs/docs/dev_docs/getting_started/cli.md b/docs/docs/dev_docs/getting_started/cli.md index b7244e958c6c..256c2d1369bb 100644 --- a/docs/docs/dev_docs/getting_started/cli.md +++ b/docs/docs/dev_docs/getting_started/cli.md @@ -215,17 +215,4 @@ View result: [ View result: [ "{\"type\":\"bigint\",\"data\":\"543\"}" ] -``` - -## Logs - -Finally, we can use the CLI's `get-logs` command to retrieve unencrypted logs emitted by the contract: - -``` -% aztec-cli get-logs 5 1 -Logs found: - -Coins transferred -``` - -Here we asked for the logs from block 5 (the block in which our call to `transfer` was mined) and to include a total of 1 block's worth of logs. The text `Coins Transferred` is emitted during the execution of the `transfer` function on the contract. +``` \ No newline at end of file