Currently the only way to print a log method is to use ``` javascript sandbox.model.addHistory({ command: "", result: "log message" }); ``` And it adds a blank line above the output because of the empty command. Planning to add a `Model.log()` method to make this nicer.