using printlog() wasn't a good idea, as we don't know if globals.nas was
already initialized. Commenting the messages out.
This commit is contained in:
parent
94835bb4e4
commit
4099269ab3
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# tasks.
|
# tasks.
|
||||||
|
|
||||||
|
|
||||||
printlog("info", "Target Lead script loading ...");
|
#print("Target Lead script loading ...");
|
||||||
|
|
||||||
# script defaults (configurable if you like)
|
# script defaults (configurable if you like)
|
||||||
default_update_period = 0.05;
|
default_update_period = 0.05;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
# Enjoy the ride!
|
# Enjoy the ride!
|
||||||
|
|
||||||
|
|
||||||
printlog("info", "Target Tracking script loading ...");
|
#print("Target Tracking script loading ...");
|
||||||
|
|
||||||
# script defaults (configurable if you like)
|
# script defaults (configurable if you like)
|
||||||
default_update_period = 0.05;
|
default_update_period = 0.05;
|
||||||
|
|
Loading…
Add table
Reference in a new issue