Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 6446f0e

Browse files
committed
Fix temporary log output
1 parent a6e0231 commit 6446f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/install/development.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export async function createDevInstall(
2020
const wasRepoUpdated = await getGitRepo(nodecgIODir, "nodecg-io");
2121
await manageDocs(nodecgIODir, requested.cloneDocs);
2222

23-
console.log(wasRepoUpdated);
2423
if (wasRepoUpdated === false) {
2524
logger.info("Repository was already up to date. Not building nodecg-io.");
2625
// useSamples or cloneDocs might have changed and need to be saved, even if not building nodecg-io

0 commit comments

Comments
 (0)