esa-cli 0.0.2-beta.18 → 0.0.2-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -559,7 +559,6 @@ export const initGit = (initParams) => __awaiter(void 0, void 0, void 0, functio
|
|
|
559
559
|
return true;
|
|
560
560
|
}
|
|
561
561
|
const gitInstalled = yield isGitInstalled();
|
|
562
|
-
console.log('gitInstalled', gitInstalled);
|
|
563
562
|
if (!gitInstalled) {
|
|
564
563
|
log.step('You have not installed Git, Git skipped');
|
|
565
564
|
return true;
|