Skip to content

Commit bde3c09

Browse files
committed
♻️ Removing msg! in approve_system to allow up to 126 systems in the list
1 parent f5186d9 commit bde3c09

File tree

1 file changed

+0
-2
lines changed
  • crates/programs/world/src

1 file changed

+0
-2
lines changed

crates/programs/world/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ pub mod world {
189189
.world
190190
.to_account_info()
191191
.realloc(new_space, false)?;
192-
msg!("Approved system: {:?}", world_systems);
193192
Ok(())
194193
}
195194

@@ -242,7 +241,6 @@ pub mod world {
242241
.world
243242
.to_account_info()
244243
.realloc(new_space, false)?;
245-
msg!("Approved system: {:?}", world_systems);
246244
Ok(())
247245
}
248246

0 commit comments

Comments
 (0)