Skip to content

Commit

Permalink
Makes some color scheme debug code run
Browse files Browse the repository at this point in the history
It's useful and has a negligible cost.
  • Loading branch information
luis-pereira committed Oct 19, 2023
1 parent 4f764b2 commit c87f1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ColorScheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,8 @@ void ColorSchemeManager::loadAllColorSchemes()
failed++;
}

/*if ( failed > 0 )
qDebug() << "failed to load " << failed << " color schemes.";*/
if ( failed > 0 )
qDebug() << "failed to load " << failed << " color schemes.";

_haveLoadedAll = true;
}
Expand Down

0 comments on commit c87f1e7

Please sign in to comment.