Skip to content

Commit

Permalink
Gtk4. Remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
  • Loading branch information
LukashonakV committed Feb 26, 2024
1 parent 84cdd91 commit e349b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ const AModule::SCROLL_DIR AModule::getScrollDir(Glib::RefPtr<const Gdk::Event> e
}

bool AModule::handleScroll(double dx, double dy) {
spdlog::info("handleScroll");
currEvent_ = controllScroll_->get_current_event();

if (currEvent_) {
Expand Down

0 comments on commit e349b8d

Please sign in to comment.