Spreadsheet: Remove Debug Statement

This commit is contained in:
u9g 2022-02-20 14:49:39 -05:00 committed by Linus Groh
commit 0d50ac1657
Notes: sideshowbarker 2024-07-17 18:28:35 +09:00

View file

@ -656,7 +656,6 @@ JsonObject Sheet::gather_documentation() const
if (!value_object.has_own_property(doc_name).release_value())
return;
dbgln("Found '{}'", it.key.to_display_string());
auto doc = value_object.get(doc_name).release_value();
if (!doc.is_string())
return;