]> Repositorios git - scryer-prolog.git/commitdiff
remove print_code diagnostic
authorMark Thom <[email protected]>
Mon, 25 Dec 2017 07:10:40 +0000 (00:10 -0700)
committerMark Thom <[email protected]>
Mon, 25 Dec 2017 07:10:40 +0000 (00:10 -0700)
src/prolog/io.rs

index 6305006d62d203310d4d83668ba4ff6d43ca03af..fda5b6a575996a550956d7ece2e8cdd14d525e40 100644 (file)
@@ -373,7 +373,6 @@ pub fn eval<'a, 'b: 'a>(wam: &'a mut Machine, tl: &'b TopLevel) -> EvalSession<'
                 Err(e)   => return EvalSession::ParserError(e)
             };
 
-            print_code(&compiled_pred);
             wam.add_predicate(clauses, compiled_pred)
         },
         &TopLevel::Fact(ref fact) => {