save game

This commit is contained in:
Gerrit Viljoen 2020-05-17 12:42:32 +02:00
parent 2d37bcc295
commit 78e6eb043a

View File

@ -384,7 +384,6 @@ impl SmartString {
if !buf.is_empty() {
fragments.push((visible, buf));
}
println!("FRAGMENTS: {:?}", fragments);
Self { fragments }
}