We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c872b commit f72169fCopy full SHA for f72169f
1 file changed
packages/insomnia/src/utils/importers/importers/postman.ts
@@ -827,7 +827,6 @@ export const convert: Converter = rawData => {
827
}
828
} catch (error) {
829
// Nothing
830
- console.log('Error importing Postman collection', error);
831
832
833
return null;
0 commit comments