mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
Spreadsheet: Remove Debug Statement
This commit is contained in:
parent
53b65ddc41
commit
0d50ac1657
Notes:
sideshowbarker
2024-07-17 18:28:35 +09:00
Author: https://github.com/u9g
Commit: 0d50ac1657
Pull-request: https://github.com/SerenityOS/serenity/pull/12689
Reviewed-by: https://github.com/alimpfard ✅
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())
|
||||
return;
|
||||
|
||||
dbgln("Found '{}'", it.key.to_display_string());
|
||||
auto doc = value_object.get(doc_name).release_value();
|
||||
if (!doc.is_string())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue