From 2fbf2753d86dc3c985b35b119150484b8c4af4ac Mon Sep 17 00:00:00 2001 From: d3rrial Date: Fri, 9 Sep 2016 11:34:52 +0200 Subject: [PATCH] removed the std::cout<< path debug line --- src/window.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.cc b/src/window.cc index bca6214..0f33d75 100644 --- a/src/window.cc +++ b/src/window.cc @@ -321,7 +321,6 @@ void Window::set_menu_actions() { menu.add_action("reload_file", [this]() { auto path = Notebook::get().get_current_view()->file_path; - std::cout<<"Path: "<