From cfe645cd04c45621271ffe0598526218439c75c3 Mon Sep 17 00:00:00 2001 From: Connor Bray Date: Tue, 31 May 2016 23:50:34 +0100 Subject: [PATCH] Tidy up --- lib/atom-maven.js | 1 - 1 file changed, 1 deletion(-) 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);