commented out the read property test to keep it quieter on the network.
This commit is contained in:
@@ -364,7 +364,8 @@ int main(int argc, char *argv[])
|
|||||||
switch (count)
|
switch (count)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
Read_Properties();
|
// used for testing, but kind of noisy on the network
|
||||||
|
//Read_Properties();
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user