Skip to content

Commit

Permalink
refactor(client/qtarget): leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jul 5, 2023
1 parent 021b32d commit 9419fa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/compat/qtarget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ exportHandler('AddCircleZone', function(name, center, radius, options, targetopt
end)

exportHandler('RemoveZone', function(id)
print('RemoveZone')
api.removeZone(id)
end)

Expand Down

0 comments on commit 9419fa7

Please sign in to comment.