diff --git a/_src/_guides/tutorial-piece-of-art.md b/_src/_guides/tutorial-piece-of-art.md index e195782..1ef67c5 100644 --- a/_src/_guides/tutorial-piece-of-art.md +++ b/_src/_guides/tutorial-piece-of-art.md @@ -111,7 +111,6 @@ Based on that, we can now create the transfer transaction: ```js function transferOwnership(txCreatedID, newOwner) { - console.log('tttttt') const newUser = new BigchainDB.Ed25519Keypair() // Get transaction payload by ID conn.getTransaction(txCreatedID)