mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Comment out 2 prints.
This commit is contained in:
parent
214b268aae
commit
74389bb71c
@ -152,7 +152,7 @@ void SessionManager::load_sessions() {
|
||||
|
||||
b->select("id, session_id");
|
||||
b->from(_table_name);
|
||||
b->print();
|
||||
//b->print();
|
||||
Ref<QueryResult> r = b->run();
|
||||
|
||||
while (r->next_row()) {
|
||||
@ -171,7 +171,7 @@ void SessionManager::load_sessions() {
|
||||
|
||||
b->select("session_db_id, key, value");
|
||||
b->from(_data_table_name);
|
||||
b->print();
|
||||
//b->print();
|
||||
r = b->run();
|
||||
|
||||
while (r->next_row()) {
|
||||
|
Loading…
Reference in New Issue
Block a user