1
0
Fork 0

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:
mfranz 2006-08-17 18:56:22 +00:00
parent 94835bb4e4
commit 4099269ab3
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# tasks.
printlog("info", "Target Lead script loading ...");
#print("Target Lead script loading ...");
# script defaults (configurable if you like)
default_update_period = 0.05;

View file

@ -52,7 +52,7 @@
# Enjoy the ride!
printlog("info", "Target Tracking script loading ...");
#print("Target Tracking script loading ...");
# script defaults (configurable if you like)
default_update_period = 0.05;