diff options
-rw-r--r-- | relabel.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/relabel.lua b/relabel.lua index cfe5f2e..87269be 100644 --- a/relabel.lua +++ b/relabel.lua | |||
@@ -221,11 +221,6 @@ local function choicerec (...) | |||
221 | local n = #t | 221 | local n = #t |
222 | local p = t[1] | 222 | local p = t[1] |
223 | local i = 2 | 223 | local i = 2 |
224 | --print("eu") | ||
225 | --for i, v in ipairs(t) do | ||
226 | -- print(i, v) | ||
227 | --end | ||
228 | --print"fim" | ||
229 | 224 | ||
230 | while i + 2 <= n do | 225 | while i + 2 <= n do |
231 | -- t[i] is '/' or '//' | 226 | -- t[i] is '/' or '//' |
@@ -234,8 +229,6 @@ local function choicerec (...) | |||
234 | if t[i] == '/' then | 229 | if t[i] == '/' then |
235 | if not t[i+1] then | 230 | if not t[i+1] then |
236 | p = mt.__add(p, t[i+2]) | 231 | p = mt.__add(p, t[i+2]) |
237 | --print("foi aqui", t[i], t[i+1], t[i+2]) | ||
238 | --p:pcode() | ||
239 | else | 232 | else |
240 | p = mm.Lc(p, t[i+2], unpack(t[i+1])) | 233 | p = mm.Lc(p, t[i+2], unpack(t[i+1])) |
241 | end | 234 | end |