remove obsolete print

This commit is contained in:
Sameh Abouelsaad 2025-05-09 19:15:34 +03:00
parent 619ce57776
commit 654f91b849

View File

@ -84,10 +84,7 @@ if create_key_space(space_name, password) {
let token_decimals = call_contract_read(contract, "decimals");
print("Token decimals: " + token_decimals);
// Note: In a full implementation, we would handle function arguments
// For now, we're just demonstrating the basic structure
print("Note: balanceOf function requires an address argument, which is not implemented in this example");
print("In a full implementation, we would pass the address and get the balance");
} else {
print("✗ Failed to load contract");
}