Skip to content

Commit f3d0be1

Browse files
committed
fix: remove extra info comment
DX-658
1 parent ef7576f commit f3d0be1

File tree

1 file changed

+1
-1
lines changed
  • packages/openapi-generator/src

1 file changed

+1
-1
lines changed

packages/openapi-generator/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const app = command({
125125
} else if (!isApiSpec(entryPoint, symbol.init.callee)) {
126126
continue;
127127
}
128-
logInfo(`[INFO] Found API spec in ${symbol.name}`);
128+
logInfo(`Found API spec in ${symbol.name}`);
129129

130130
const result = parseApiSpec(
131131
project.right,

0 commit comments

Comments
 (0)