Browse Source

Removed unnecessary line

pipelines/353213535
eidheim 4 years ago
parent
commit
d86355b88f
  1. 2
      src/notebook.cpp

2
src/notebook.cpp

@ -310,8 +310,6 @@ bool Notebook::open(const boost::filesystem::path &file_path_, Position position
if(!rust_installed) if(!rust_installed)
Terminal::get().print("You will need to restart juCi++ after installing Rust.\n"); Terminal::get().print("You will need to restart juCi++ after installing Rust.\n");
shown.emplace(language_id); shown.emplace(language_id);
shown.emplace(language_id);
} }
else if(language_id == "go") { else if(language_id == "go") {
Terminal::get().print("\e[33mWarning\e[m: could not find Go language server.\n"); Terminal::get().print("\e[33mWarning\e[m: could not find Go language server.\n");

Loading…
Cancel
Save