remove debug noise

This commit is contained in:
Paul Davis 2016-07-20 16:33:40 -04:00
parent 54730c2aa5
commit 34fe25c603

View File

@ -1969,8 +1969,6 @@ EngineControl::set_state (const XMLNode& root)
XMLNode const * grandchild;
XMLProperty const * prop = NULL;
fprintf (stderr, "EngineControl::set_state\n");
if (root.name() != "AudioMIDISetup") {
return false;
}