chore: remove eprintln
This commit is contained in:
parent
38bcbaf701
commit
39ea803fe6
|
@ -89,7 +89,6 @@ impl Server {
|
|||
fn compile(&mut self, connection: &Connection) -> Result<(), ServerError> {
|
||||
self.notify_client_of_compilation_start(connection)?;
|
||||
|
||||
eprintln!("{:?}", self.compiler.is_some());
|
||||
if let Some(compiler) = self.compiler.as_mut() {
|
||||
let result = compiler.compile();
|
||||
|
||||
|
|
Loading…
Reference in New Issue