Skip to content

Commit ee1e355

Browse files
committed
remove debug print
1 parent 9c6a444 commit ee1e355

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data/Browncoats.rte/Actors/Turrets/Thunderer/ThundererGun.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ function Update(self)
231231
self.currentBarrel = (self.currentBarrel + 1) % 2;
232232
self.firingAnim = false;
233233
end
234-
print(self.Frame)
235234
end
236235
end
237236

0 commit comments

Comments
 (0)