Skip to content

Commit

Permalink
Silence tons of warnings during shutdown, no warning necessary in tha…
Browse files Browse the repository at this point in the history
…t case
  • Loading branch information
codereader committed Jan 7, 2017
1 parent c54a0fa commit bc15ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/eventmanager/Toggle.cpp
Expand Up @@ -158,7 +158,7 @@ void Toggle::disconnectToolItem(wxToolBarToolBase* item)
{
if (_toolItems.find(item) == _toolItems.end())
{
rWarning() << "Cannot disconnect from unconnected tool item." << std::endl;
//rWarning() << "Cannot disconnect from unconnected tool item." << std::endl;
return;
}

Expand Down

0 comments on commit bc15ce0

Please sign in to comment.