From c619fbd1f7cf9dbab488f4ec9736c314c292f439 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 2 Nov 2015 11:31:52 +0100 Subject: [PATCH] Removed saved to message since it was cluttering the terminal output. --- src/notebook.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notebook.cc b/src/notebook.cc index ab044b5..a4f93c1 100644 --- a/src/notebook.cc +++ b/src/notebook.cc @@ -184,7 +184,6 @@ bool Notebook::save(int page, bool reparse_needed) { } view->get_buffer()->set_modified(false); - Singleton::terminal()->print("File saved to: " +view->file_path.string()+"\n"); //If CMakeLists.txt have been modified: boost::filesystem::path project_path;