Displaying differences for changeset
 
display as  

services.py

@@ -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:

static/er2_eofDB/js/reducers/manageProjects.tsx

@@ -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