Displaying differences for changeset |
@@ -1339,7 +1339,6 @@ |
cursor.execute(query) |
rows = cursor.fetchall() |
- logger.info(rows) |
if rows[0]["count"] == 0: |
return er2_api.respond({'used': False}) |
else: |
@@ -537,7 +537,6 @@ |
isFilteringDocuments: !state.isFilteringDocuments, |
} |
} else if (action.type === actionTypes.SET_EQIP_NUM_ALREADY_USED) { |
- console.log(action.payload) |
newState = { |
...state, |
isEQIPIDAlreadyUsed: action.payload |