Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 0d99cad

Browse files
committed
Remove debug print
1 parent 187d964 commit 0d99cad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Signs/StudioWidgets/HorizontalTabBar.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function HorizontalTabClass.new(suffix: string)
5757
end
5858

5959
function HorizontalTabClass:_SetupTabHandling(self)
60-
print(self._titlebar.Name)
6160
self._titlebar.ChildAdded:Connect(function()
6261
local tabButtonWidth = 1 / (#self._titlebar:GetChildren() - 1)
6362
for _, child in pairs(self._titlebar:GetChildren()) do

0 commit comments

Comments
 (0)