Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
concon121 committed May 31, 2016
1 parent 5420380 commit cfe645c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/atom-maven.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cfe645c

Please sign in to comment.