Skip to content

Commit

Permalink
Spreadsheet: Remove Debug Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
u9g authored and linusg committed Feb 20, 2022
1 parent 53b65dd commit 0d50ac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Userland/Applications/Spreadsheet/Spreadsheet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0d50ac1

Please sign in to comment.