Skip to content

Commit

Permalink
🪲 remove debug print from redstone integrator
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit committed Jul 18, 2024
1 parent e2b076c commit e209c02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function RedstoneIntegratorInputAdapter:beforeRegister (peripheralName, categori
}

for _, side in ipairs(self.sides) do
print('doign side', side)
self.queries.basic['input_' .. side] = fn():call('getInput', side):toFlag()
self.queries.basic['input_analog_' .. side] = fn():call('getAnalogInput', side)

Expand Down

0 comments on commit e209c02

Please sign in to comment.