Skip to content

Commit c478084

Browse files
authored
Remove unnecessary log
A shown in devcontainers/spec#513, this log message is not relevant and masking the true error printed just before.
1 parent 9ba1fda commit c478084

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spec-node/templatesCLI/publish.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ async function templatesPublish({
6767
const metadata = await packageTemplates(packageArgs);
6868

6969
if (!metadata) {
70-
output.write(`(!) ERR: Failed to fetch ${OCICollectionFileName}`, LogLevel.Error);
7170
process.exit(1);
7271
}
7372

0 commit comments

Comments
 (0)