Merge: Nitsmell : Adding new code smells and print console updated
[nit.git] / src / nitx.nit
index 1c8be5f..ff97784 100644 (file)
@@ -45,7 +45,6 @@ private class NitxPhase
                var doc = new DocModel(mainmodule.model, mainmodule)
 
                var phases = [
-                       new ExtractionPhase(toolcontext, doc),
                        new MakePagePhase(toolcontext, doc),
                        new ConcernsPhase(toolcontext, doc),
                        new StructurePhase(toolcontext, doc),