mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Spreadsheet: Remove Debug Statement
This commit is contained in:
parent
53b65ddc41
commit
0d50ac1657
1 changed files with 0 additions and 1 deletions
|
@ -656,7 +656,6 @@ JsonObject Sheet::gather_documentation() const
|
||||||
if (!value_object.has_own_property(doc_name).release_value())
|
if (!value_object.has_own_property(doc_name).release_value())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
dbgln("Found '{}'", it.key.to_display_string());
|
|
||||||
auto doc = value_object.get(doc_name).release_value();
|
auto doc = value_object.get(doc_name).release_value();
|
||||||
if (!doc.is_string())
|
if (!doc.is_string())
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue