fully removed debug output

This commit is contained in:
Stepets 2014-10-25 14:48:28 +04:00
parent 12108adbd4
commit 7f1ace5b81

View File

@ -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