Cleanup dev logging in UI

This commit is contained in:
Qstick
2022-12-18 12:56:03 -06:00
parent 4d137886bc
commit 0fa5127c83
4 changed files with 0 additions and 8 deletions
@@ -113,8 +113,6 @@ export default {
const saveData = getProviderState({ id, ...otherPayload }, getState, section, false);
console.log(saveData);
// we have to set id since not actually posting to server yet
if (!saveData.id) {
saveData.id = getNextId(getState().settings.downloadClientCategories.items);