diff --git a/script/start-local-collaboration b/script/start-local-collaboration index 5ac440eda2e5c90ebc2c40026d9f6623dfc7ae3f..c71200f488fca62a5a40622a197609b5fe96ba4d 100755 --- a/script/start-local-collaboration +++ b/script/start-local-collaboration @@ -38,10 +38,6 @@ half_width=$(($width / 2)) height=$(echo "$resolution" | jq -Rr 'match("(\\d+) x (\\d+)").captures[1].string') y=0 -echo "Width: $width" -echo "Half-width: $half_width" -echo "Height: $height" - position_1=0,${y} position_2=${half_width},${y}