diff --git a/src/systems/user_commands/UserCommands.cc b/src/systems/user_commands/UserCommands.cc index 935b1a16f59..cca4feb7896 100644 --- a/src/systems/user_commands/UserCommands.cc +++ b/src/systems/user_commands/UserCommands.cc @@ -1799,13 +1799,12 @@ bool VisualCommand::Execute() if (subentities.size() == 1) { visualEntity = subentities[0]; - gzmsg << "Using visual entity id: " << visualEntity << std::endl; } else { visualEntity = entities[0]; - gzmsg << "Using visual entity id: " << visualEntity << std::endl; } + gzmsg << "Using visual entity id: " << visualEntity << std::endl; } }