1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

Spreadsheet: Remove Debug Statement

This commit is contained in:
u9g 2022-02-20 14:49:39 -05:00 committed by Linus Groh
parent 53b65ddc41
commit 0d50ac1657

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;