1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 18:50:54 +00:00

removed console.log;

This commit is contained in:
lgtst 2022-06-17 01:18:27 +03:00
parent 89ba4289cc
commit d572a8b5b6

View File

@ -75,7 +75,6 @@ export class Window extends PsychObject
this._addAttribute("fullscr", fullscr); this._addAttribute("fullscr", fullscr);
this._addAttribute("color", color, new Color("black"), () => { this._addAttribute("color", color, new Color("black"), () => {
console.log(this._backgroundSprite);
if (this._backgroundSprite) { if (this._backgroundSprite) {
this._backgroundSprite.tint = this._color.int; this._backgroundSprite.tint = this._color.int;
} }