Skip to content

Commit

Permalink
refactor: remove log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
squidrye committed Sep 14, 2023
1 parent 45e172e commit d1f6870
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class PanesService {
}
for (final element in node.children) {
if (element.paneId == targetPaneId) {
Log.warn("Found deletion");
node.children.remove(element);
setActiveNode(node);
if (node.children.length == 1) {
Expand Down

0 comments on commit d1f6870

Please sign in to comment.