From 45bc2cf1be39dde28c3d6b6f106271c2c57f680e Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 31 May 2005 16:08:30 +0000 Subject: [PATCH] commented out the read property test to keep it quieter on the network. --- bacnet-stack/ports/linux/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bacnet-stack/ports/linux/main.c b/bacnet-stack/ports/linux/main.c index 53dd5029..cc4c1a4b 100644 --- a/bacnet-stack/ports/linux/main.c +++ b/bacnet-stack/ports/linux/main.c @@ -364,7 +364,8 @@ int main(int argc, char *argv[]) switch (count) { case 1: - Read_Properties(); + // used for testing, but kind of noisy on the network + //Read_Properties(); break; case 2: break;