diff --git a/core/http/session_manager.cpp b/core/http/session_manager.cpp index 89cc7aa..0d894f0 100644 --- a/core/http/session_manager.cpp +++ b/core/http/session_manager.cpp @@ -150,8 +150,6 @@ void SessionManager::load_sessions() { Ref b = DatabaseManager::get_singleton()->ddb->get_query_builder(); - CRASH_COND(true); - b->select("id, session_id"); b->from(_table_name); //b->print();