Spaces:
Sleeping
Sleeping
Commit
·
37f7454
1
Parent(s):
931a89c
chore: comment console log
Browse files
src/lib/swagger/swagger.ts
CHANGED
@@ -206,7 +206,7 @@ class SwaggerRegistry {
|
|
206 |
},
|
207 |
};
|
208 |
|
209 |
-
console.log(JSON.stringify(document, null, 2));
|
210 |
return document;
|
211 |
}
|
212 |
}
|
|
|
206 |
},
|
207 |
};
|
208 |
|
209 |
+
//console.log(JSON.stringify(document, null, 2));
|
210 |
return document;
|
211 |
}
|
212 |
}
|