remove flag used for testing

This commit is contained in:
Tom 2024-11-13 11:03:46 -05:00
parent fb374fc286
commit 63a174d5c2

View File

@ -1337,7 +1337,6 @@
_doRenderingTest(){ _doRenderingTest(){
// Avoid infinite call stack by only testing once // Avoid infinite call stack by only testing once
if( testing ){ if( testing ){
this._isTestingViewer = true;
return; return;
} }
// Set the testing flag to true until the test viewer has been created // Set the testing flag to true until the test viewer has been created