Stop echoing commands to std out
[pingpong.git] / Code / Projects / SmartPlugDetector / execute_layer2_unsw_all_detection.sh
index e60211c277b2a74b1963bb7c80d291f7a4020c29..9ac4569dfebe707a8d85d7892c62ed2df31d72e4 100755 (executable)
@@ -12,7 +12,7 @@ readonly SIGNATURES_BASE_DIR
 OUTPUT_DIR=$3
 readonly OUTPUT_DIR
 
-set -x # echo invoked commands to std out
+#set -x # echo invoked commands to std out
 
 for PCAP_FILE in $UNSW_TRACES_DIR/*.pcap; do
     # skip non pcap files