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:
parent
89ba4289cc
commit
d572a8b5b6
@ -75,7 +75,6 @@ export class Window extends PsychObject
|
||||
|
||||
this._addAttribute("fullscr", fullscr);
|
||||
this._addAttribute("color", color, new Color("black"), () => {
|
||||
console.log(this._backgroundSprite);
|
||||
if (this._backgroundSprite) {
|
||||
this._backgroundSprite.tint = this._color.int;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user