mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore(core): remove stray log statement (#18322)
This commit is contained in:
parent
aa729a42b4
commit
7cf6e2a7a6
1 changed files with 0 additions and 1 deletions
|
@ -395,7 +395,6 @@ impl JsRuntime {
|
|||
let (mut isolate, snapshot_options) = if snapshot_options.will_snapshot() {
|
||||
let snapshot_creator =
|
||||
snapshot_util::create_snapshot_creator(refs, options.startup_snapshot);
|
||||
eprintln!("create snapshot {:#?}", snapshot_options);
|
||||
let mut isolate = JsRuntime::setup_isolate(snapshot_creator);
|
||||
{
|
||||
let scope = &mut v8::HandleScope::new(&mut isolate);
|
||||
|
|
Loading…
Reference in a new issue