mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
Removed stray crash cond.
This commit is contained in:
parent
c21a86c9d2
commit
cc0ca4762a
@ -150,8 +150,6 @@ void SessionManager::load_sessions() {
|
|||||||
|
|
||||||
Ref<QueryBuilder> b = DatabaseManager::get_singleton()->ddb->get_query_builder();
|
Ref<QueryBuilder> b = DatabaseManager::get_singleton()->ddb->get_query_builder();
|
||||||
|
|
||||||
CRASH_COND(true);
|
|
||||||
|
|
||||||
b->select("id, session_id");
|
b->select("id, session_id");
|
||||||
b->from(_table_name);
|
b->from(_table_name);
|
||||||
//b->print();
|
//b->print();
|
||||||
|
Loading…
Reference in New Issue
Block a user