Skip to content

Commit

Permalink
Removed debug output when coroutines are edited
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulchenko committed Feb 15, 2012
1 parent f9c15fa commit ef60786
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ return {
line = line+1
end

if (added) then
DisplayOutput("\nTYPES\n")
for i,v in pairs(assigns) do
DisplayOutput(i,v,"\n")
end
end

return assigns
end,

Expand Down

0 comments on commit ef60786

Please sign in to comment.