Skip to content

Commit

Permalink
Remove annoying warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhealey committed Mar 3, 2024
1 parent ca130db commit f2962b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hi_scripting/scripting/api/ScriptingApiContent.cpp
Expand Up @@ -948,10 +948,7 @@ void ScriptingApi::Content::ScriptComponent::sendValueListenerMessage()
void ScriptingApi::Content::ScriptComponent::changed()
{
if (!parent->asyncFunctionsAllowed())
{
debugToConsole(dynamic_cast<Processor*>(getScriptProcessor()), "Skipping changed() callback during onInit for " + getId());
return;
}

ScopedValueSetter<bool> svs(getScriptProcessor()->getMainController_()->getDeferNotifyHostFlag(), true);

Expand Down

0 comments on commit f2962b5

Please sign in to comment.