Browse Source

removed the std::cout<< path debug line

merge-requests/365/head
d3rrial 9 years ago
parent
commit
2fbf2753d8
  1. 1
      src/window.cc

1
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: "<<path<<std::endl;
Notebook::get().close_current();
Notebook::get().open(path);
});

Loading…
Cancel
Save