Browse Source

Removed saved to message since it was cluttering the terminal output.

merge-requests/365/head
eidheim 10 years ago
parent
commit
c619fbd1f7
  1. 1
      src/notebook.cc

1
src/notebook.cc

@ -184,7 +184,6 @@ bool Notebook::save(int page, bool reparse_needed) {
} }
view->get_buffer()->set_modified(false); view->get_buffer()->set_modified(false);
Singleton::terminal()->print("File saved to: " +view->file_path.string()+"\n");
//If CMakeLists.txt have been modified: //If CMakeLists.txt have been modified:
boost::filesystem::path project_path; boost::filesystem::path project_path;

Loading…
Cancel
Save