🔥 Remove stray logging statements

This commit is contained in:
Antonio Scandurra
2021-07-12 17:52:16 +02:00
parent 59d61d33cb
commit 34abda3a04
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -719,7 +719,6 @@ impl Buffer {
mtime: SystemTime,
cx: &mut ModelContext<Self>,
) {
eprintln!("{} did_save {:?}", self.replica_id, version);
self.saved_mtime = mtime;
self.saved_version = version;
cx.emit(Event::Saved);