Skip to content

Commit

Permalink
Remove a log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Dec 21, 2023
1 parent 9eeb388 commit 916c556
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/sim/defaultweapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ DefaultProjectileWeapon = ClassWeapon(Weapon) {
else -- if it's a successive bomb drop, update the targeting data
local target = data.target
if target then
LOG("Updating target data")
if target.Dead then -- if the unit is destroyed, use the last known position
data.target = nil
targetPos = data.targetPos
Expand Down

0 comments on commit 916c556

Please sign in to comment.