Skip to content

Commit 686e3b3

Browse files
chore: clean log
1 parent 135c407 commit 686e3b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/generator/serviceGenarator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ export default class ServiceGenerator {
350350
const result = this.resolveObject(schema) as Dictionary<
351351
string | boolean | IPropObject[][]
352352
>;
353-
console.log('result: ', result);
354353

355354
const getDefinesType = (): string => {
356355
if (result?.type) {

0 commit comments

Comments
 (0)