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> {
|
fn compile(&mut self, connection: &Connection) -> Result<(), ServerError> {
|
||||||
self.notify_client_of_compilation_start(connection)?;
|
self.notify_client_of_compilation_start(connection)?;
|
||||||
|
|
||||||
eprintln!("{:?}", self.compiler.is_some());
|
|
||||||
if let Some(compiler) = self.compiler.as_mut() {
|
if let Some(compiler) = self.compiler.as_mut() {
|
||||||
let result = compiler.compile();
|
let result = compiler.compile();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue