public
Description: Reia is a Ruby/Python-like language for BEAM, the Erlang VM
Homepage: http://reia-lang.org
Clone URL: git://github.com/tarcieri/reia.git
Remove debugging statements
Tony Arcieri (author)
Tue Aug 05 00:27:36 -0700 2008
commit  c51a7bab2091b457b5274d20795234e2b3854f7e
tree    38eea5b411ee7681001c2553cda410839127ce85
parent  007a2a1cc0e23ce279d33dfcc393e72c28da2dfd
...
23
24
25
26
27
 
28
29
30
...
23
24
25
 
 
26
27
28
29
0
@@ -23,8 +23,7 @@ module Reia
0
   
0
   def eval_input(input)
0
     try
0
- result = reia_eval::string(input)
0
- io::format("result: ~p~n".to_list(), [result])
0
+ reia_eval::string(input)
0
       erlang::halt(0)
0
     catch ex
0
       io::format("exception: ~p~n".to_list(), [ex])

Comments

    No one has commented yet.