diff options
Diffstat (limited to 'cli/web_worker.rs')
-rw-r--r-- | cli/web_worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/web_worker.rs b/cli/web_worker.rs index e060a157d..de4cd91f9 100644 --- a/cli/web_worker.rs +++ b/cli/web_worker.rs @@ -212,7 +212,6 @@ impl Future for WebWorker { match r { Some(msg) => { let msg = String::from_utf8(msg.to_vec()).unwrap(); - debug!("received message from host: {}", msg); let script = format!("workerMessageRecvCallback({})", msg); if let Err(e) = worker.execute(&script) { |