Skip to content

Commit

Permalink
feat(logs): adjust log
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed May 18, 2021
1 parent 89485a1 commit 353d85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/models/qt.orderbook.model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ namespace atomic_dex
{
if (this->m_current_orderbook_kind == kind::best_orders)
{
SPDLOG_INFO("Removing order with UUID: {}", id);
//SPDLOG_INFO("Removing order with UUID: {}", id);
}
this->removeRow(res_list.at(0).row());
to_remove.emplace(id);
Expand Down
1 change: 1 addition & 0 deletions src/core/atomicdex/models/qt.portfolio.model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ namespace atomic_dex
void
portfolio_model::adjust_percent_current_currency(QString balance_all)
{
SPDLOG_INFO("adjust_percent_current_currency");
const auto coins = this->m_system_manager.get_system<portfolio_page>().get_global_cfg()->get_enabled_coins();
for (auto&& [coin, cfg]: coins)
{
Expand Down

0 comments on commit 353d85d

Please sign in to comment.