Skip to content

Commit 5038ab5

Browse files
committed
remove log
1 parent 44eb38d commit 5038ab5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tockloader-lib/src/attributes/system_attributes.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,9 @@ impl SystemAttributes {
161161

162162
result.bootloader_version = Some(string.to_owned());
163163
}
164+
164165
// TODO(eva-cosma): separate kernel attributes from kernel flags.
165166

166-
log::info!("{:?}", result.appaddr);
167-
168167
// The 100 bytes prior to the application start address are reserved for the kernel attributes and flags
169168
let kernel_attr_addr = result
170169
.appaddr

0 commit comments

Comments
 (0)