diff --git a/lib/atom-maven.js b/lib/atom-maven.js index 652ac40..91d8e8e 100644 --- a/lib/atom-maven.js +++ b/lib/atom-maven.js @@ -32,7 +32,6 @@ export default { writeClasspath: function (cp, pom, self) { - //ui.clearFileMessages(pom.pomPath); var locations = self.initLocations() + self.getClasspathFromDependencies(pom, self); fs.writeFile(cp, locations, (err) => { if (err) ui.error(err);