Remove debugging information
This commit is contained in:
parent
7b4b1d6312
commit
3c54b14c5b
1 changed files with 0 additions and 4 deletions
|
@ -38,10 +38,6 @@ half_width=$(($width / 2))
|
||||||
height=$(echo "$resolution" | jq -Rr 'match("(\\d+) x (\\d+)").captures[1].string')
|
height=$(echo "$resolution" | jq -Rr 'match("(\\d+) x (\\d+)").captures[1].string')
|
||||||
y=0
|
y=0
|
||||||
|
|
||||||
echo "Width: $width"
|
|
||||||
echo "Half-width: $half_width"
|
|
||||||
echo "Height: $height"
|
|
||||||
|
|
||||||
position_1=0,${y}
|
position_1=0,${y}
|
||||||
position_2=${half_width},${y}
|
position_2=${half_width},${y}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue