Browse Source

Remove ofLogNotice when no source selected

master
Krisjanis Rijnieks 10 years ago
parent
commit
20904a8abf
  1. 2
      src/UserInterface/SourcesEditor.cpp

2
src/UserInterface/SourcesEditor.cpp

@ -90,7 +90,7 @@ namespace piMapper {
void SourcesEditor::draw() {
// Don't draw if there is no source selected
if (surfaceManager->getSelectedSurface() == NULL) {
ofLogNotice("SourcesEditor") << "No surface selected";
//ofLogNotice("SourcesEditor") << "No surface selected";
return;
}
if (imageSelector->size()) {

Loading…
Cancel
Save