Skip to content

Commit b40cf83

Browse files
Update lib/controllers/platform-controller.ts
Co-authored-by: Igor Randjelovic <[email protected]>
1 parent aa6f565 commit b40cf83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/controllers/platform-controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class PlatformController implements IPlatformController {
6969
addPlatformData
7070
);
7171
const buildPath = projectData.platformsDir;
72-
console.log('buildPath', buildPath, projectData.getBuildRelativeDirectoryPath())
7372
this.$fs.ensureDirectoryExists(
7473
path.join(projectData.platformsDir, platform)
7574
);

0 commit comments

Comments
 (0)