Skip to content

Commit defb81b

Browse files
committed
Remove incorrect documentation comment.
1 parent 75f9fb4 commit defb81b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unit_control_wasm/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ pub struct UnitControlWasmConfig {
1313
/// The alloted fuel per update call, if this is exceeded an exception is raised.
1414
pub fuel_per_update: Option<u64>,
1515

16-
/// Print the exports provided by the wasm module?
17-
// pub print_exports: bool,
18-
1916
/// The alloted fuel for the setup call, defaults to 100000000 if fuel_per_update is not None.
2017
pub fuel_for_setup: Option<u64>,
2118

0 commit comments

Comments
 (0)