Remove debugging code (oops)

This commit is contained in:
David Coppit
2015-06-24 08:44:56 -04:00
parent 5bdabd6ad7
commit 3391aacb8f

View File

@@ -195,8 +195,8 @@ do
EVENT=$(echo "$RECORD" | cut -d' ' -f 1)
FILE=$(echo "$RECORD" | cut -d' ' -f 2-)
echo "EVENT=$EVENT"
echo "FILE=$FILE"
# echo "EVENT=$EVENT"
# echo "FILE=$FILE"
if ! is_change_event "$EVENT" "$FILE"
then