Skip to content

Commit

Permalink
Remove unused ServerManager property
Browse files Browse the repository at this point in the history
References #460
  • Loading branch information
Gert-dev committed Jun 2, 2019
1 parent 37a4bce commit 6805172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ServerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ServerManager
* @param {String} folder
*/
constructor(composerService, versionSpecification, folder) {
this.COMPOSER_COMMIT = 'ffdc3c7fcb7c0f2a806508a868a35d13177a5a51';
this.COMPOSER_PACKAGE_NAME = 'Serenata/Serenata';

this.composerService = composerService;
Expand Down

0 comments on commit 6805172

Please sign in to comment.