mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-15 01:10:14 +01:00
chore: clean unnecessary console.log
This commit is contained in:
parent
c4c0e837e5
commit
802a97f6e0
@ -89,7 +89,6 @@ export const HotkeysProvider = (props) => {
|
|||||||
collectionUid: activeTab.collectionUid
|
collectionUid: activeTab.collectionUid
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
console.log(currentDrafts);
|
|
||||||
dispatch(saveMultipleRequests(currentDrafts));
|
dispatch(saveMultipleRequests(currentDrafts));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user