Skip to content

Commit f72169f

Browse files
committed
remove all the console errors from the tests
1 parent 46c872b commit f72169f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/insomnia/src/utils/importers/importers

packages/insomnia/src/utils/importers/importers/postman.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ export const convert: Converter = rawData => {
827827
}
828828
} catch (error) {
829829
// Nothing
830-
console.log('Error importing Postman collection', error);
831830
}
832831

833832
return null;

0 commit comments

Comments
 (0)