chore(cleanup): remove console logs
This commit is contained in:
parent
a517b571d6
commit
3e8ff8ebc9
2 changed files with 1 additions and 2 deletions
|
|
@ -215,7 +215,7 @@ export function parseInsomniaCollection(inputDataString: string) {
|
|||
outputData.info.name = getCollectionName(inputData.resources)
|
||||
|
||||
const maps = generateMaps(inputData.resources)
|
||||
console.log(maps)
|
||||
|
||||
const parentChildrenMap = maps[0]
|
||||
// const flatMap = maps[1]
|
||||
|
||||
|
|
|
|||
|
|
@ -151,7 +151,6 @@ function defineJumpActions() {
|
|||
export default defineComponent({
|
||||
components: { Splitpanes, Pane },
|
||||
setup() {
|
||||
console.log(useContext())
|
||||
appLayout()
|
||||
|
||||
hookKeybindingsListener()
|
||||
|
|
|
|||
Loading…
Reference in a new issue