Two "trace" calls in CanvasTextField.hx (OpenFL 4.4.0)

Hi

Looks like there are two missed trace calls in file CanvasTextField.hx in the latest version of OpenFL (4.4.0).
Lines 249, 250:

trace (scrollY);
trace (textField.scrollV);

You should probably comment that out :slight_smile: .

Fixed in 4.4.1, thanks :slight_smile: