Browse Source

remove debug print

merge-requests/365/head
Jørgen Lien Sellæg 9 years ago
parent
commit
edba5a5561
  1. 1
      src/window.cc

1
src/window.cc

@ -691,7 +691,6 @@ void Window::set_menu_actions() {
// ignore build directory, and everything in it // ignore build directory, and everything in it
if ((filesystem::file_in_path(path, build_default_path) && build_default_path != "") || if ((filesystem::file_in_path(path, build_default_path) && build_default_path != "") ||
(filesystem::file_in_path(path, build_debug_path) && build_debug_path != "")) { (filesystem::file_in_path(path, build_debug_path) && build_debug_path != "")) {
std::cout << path << std::endl;
iter.pop(); iter.pop();
continue; continue;
} }

Loading…
Cancel
Save