Skip to content

Commit eaa95ff

Browse files
authored
Remove print from Commit 223848d
I assume this was a print for testing and should no longer exist.
1 parent 6a557f6 commit eaa95ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/widgets/Window.lua

-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ return function(Iris: Types.Internal, widgets: Types.WidgetUtility)
224224
end
225225

226226
if not inWindow then
227-
print("Outside")
228227
Iris.SetFocusedWindow(nil)
229228
end
230229
end

0 commit comments

Comments
 (0)