Skip to content

Commit

Permalink
Remove forgotten comment and debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlomo Schapiro committed Mar 23, 2017
1 parent 7c10c4e commit b64b47f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions automirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ else
done <<<"$other_display_list"
fi

#logger -s -t "$0" -- Running $XRANDR_SET_PROGRAM "${xrandr_set_args[@]}"

$XRANDR_SET_PROGRAM "${xrandr_set_args[@]}"
ret=$?
set -x
"${NOTIFY_SEND[@]}" "$notify_string"
"${NOTIFY_SEND[@]}" "$notify_string" || :
exit $ret

0 comments on commit b64b47f

Please sign in to comment.