mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] GlobalPreferences: remove useless assertion
This commit is contained in:
committed by
LeaNumworks
parent
96c63bd4a5
commit
425f0cb459
@@ -9,7 +9,6 @@ GlobalPreferences::ExamMode GlobalPreferences::examMode() const {
|
||||
if (m_examMode == ExamMode::Unknown) {
|
||||
m_examMode = (ExamMode)Ion::ExamMode::FetchExamMode();
|
||||
}
|
||||
assert((int)m_examMode >= 0 && (int)m_examMode <= 2);
|
||||
return m_examMode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user