From edba5a5561f4626f3aba57862ef1bfd9dcd0e866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Fri, 2 Jun 2017 13:53:22 +0200 Subject: [PATCH] remove debug print --- src/window.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.cc b/src/window.cc index 1b904c9..215ab5e 100644 --- a/src/window.cc +++ b/src/window.cc @@ -691,7 +691,6 @@ void Window::set_menu_actions() { // ignore build directory, and everything in it if ((filesystem::file_in_path(path, build_default_path) && build_default_path != "") || (filesystem::file_in_path(path, build_debug_path) && build_debug_path != "")) { - std::cout << path << std::endl; iter.pop(); continue; }