Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
no longer writes the parameters file
Browse files Browse the repository at this point in the history
  • Loading branch information
team2706 committed Mar 4, 2017
1 parent 17c4e33 commit 2990732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions network tracker/networkTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <sys/wait.h>
#include <pthread.h> // light multi-threading library

#define SHOW_GUI 1
#define SHOW_GUI 0
#define PRINT_FPS 1
#define PRINT_NETWORK_DEBUGGING 0

Expand Down Expand Up @@ -69,7 +69,8 @@ void loadParams() {
p = newP;
pthread_mutex_unlock( &paramsMutex );

writeParametersToFile(newP);
// this is an artifact of an older version of te code
//writeParametersToFile(newP);
} else {
pthread_mutex_unlock( &paramsMutex );
}
Expand Down

0 comments on commit 2990732

Please sign in to comment.