added search by event id, along with search by word

This commit is contained in:
Vishal
2022-08-30 20:22:21 +05:30
parent 4d2f905c3f
commit 9eb58020d7
3 changed files with 6 additions and 6 deletions

View File

@@ -541,7 +541,7 @@ Set<Event> readEventsFromFile(String filename) {
events.add(e);
}
} on Exception catch(e) {
print("cannot open file $gEventsFilename");
//print("cannot open file $gEventsFilename");
if( gDebug > 0) print("Could not open file. error = $e");
}