Skip to content

Commit ebc3490

Browse files
committed
Remove log
1 parent 15251a1 commit ebc3490

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/wasm/src/editor_api.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ impl EditorHandle {
240240

241241
if !EDITOR_HAS_CRASHED.load(Ordering::SeqCst) {
242242
handle(|handle| {
243-
log::debug!("animation frame");
244243
handle.dispatch(InputPreprocessorMessage::CurrentTime {
245244
timestamp: js_sys::Date::now() as u64,
246245
});

0 commit comments

Comments
 (0)