From 8fa8267e0440d2bb3c93d50bcdb011130384b566 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 5 Dec 2018 15:54:24 -0600 Subject: [PATCH] Added some comments in important parts in chat buffer --- src/controller/buffers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/buffers.py b/src/controller/buffers.py index 46f46f2..3985066 100644 --- a/src/controller/buffers.py +++ b/src/controller/buffers.py @@ -634,7 +634,7 @@ class chatBuffer(baseBuffer): # position[2]+1 is added because line may start with 0, while in wx.TextCtrl.GetNumberLines() that is not possible. if position[2]+1 >= i[0] and position[2]+1 < i[1]: id_ = self.chats[i] - print i +# print i break # Retrieve here the object based in id_