Removing wrong comment introduced in last commit

This commit is contained in:
Guillaume Jenkins 2016-02-18 13:54:41 -08:00
Родитель 859ea8b325
Коммит 267487a253
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -139,7 +139,6 @@ class Builder {
/**
* Adds the platform if it isn't already present, or removes and re-adds it if the project Cordova version changed, or config.xml has a saved platform version that differs from the installed one.
* Prepares the platform afterwards.
*/
private ensurePlatformAdded(): Q.Promise<any> {
if (!fs.existsSync(path.join("platforms", this.currentBuild.buildPlatform))) {