Skip to content

Commit

Permalink
Removed a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian2852 committed Dec 15, 2024
1 parent 6a557f6 commit 1ce1409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/widgets/Window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ return function(Iris: Types.Internal, widgets: Types.WidgetUtility)
end

if not inWindow then
print("Outside")
Iris.SetFocusedWindow(nil)
end
end
Expand Down

0 comments on commit 1ce1409

Please sign in to comment.