From 7f1ace5b81a1185612b749c21f3a29778e04c1c6 Mon Sep 17 00:00:00 2001 From: Stepets Date: Sat, 25 Oct 2014 14:48:28 +0400 Subject: [PATCH] fully removed debug output --- objects/textinput.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/objects/textinput.lua b/objects/textinput.lua index 6ff74cd..5fc58b9 100644 --- a/objects/textinput.lua +++ b/objects/textinput.lua @@ -969,7 +969,6 @@ function newobject:UpdateIndicator() if indicatorRelativeX < leftlimit then correction = correction * -1 end - print(correction) hbody:GetScrollBar():ScrollTo((width + correction) / twidth) end end