shut up
This commit is contained in:
parent
31307ae9e0
commit
4f90536ea6
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# tasks.
|
||||
|
||||
|
||||
print("Target Lead script loading ...");
|
||||
printlog("info", "Target Lead script loading ...");
|
||||
|
||||
# script defaults (configurable if you like)
|
||||
default_update_period = 0.05;
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
# Enjoy the ride!
|
||||
|
||||
|
||||
print("Target Tracking script loading ...");
|
||||
printlog("info", "Target Tracking script loading ...");
|
||||
|
||||
# script defaults (configurable if you like)
|
||||
default_update_period = 0.05;
|
||||
|
|
Loading…
Reference in a new issue