contrib/pep8analysis: move file output to main module
[nit.git] / contrib / pep8analysis / src / ast / pretty_instructions.nit
index 1a49886..7616b7e 100644 (file)
@@ -16,12 +16,6 @@ redef class AnalysisManager
        do
                var ast = super
 
-               if ast != null and opt_ast.value then
-                       var printer = new ASTPrinter
-                       printer.enter_visit(ast)
-                       print printer.str
-               end
-
                return ast
        end
 end