We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6fae5 commit 908d087Copy full SHA for 908d087
frontend/src/store/actions/ratePackageActions.js
@@ -11,7 +11,6 @@ export const ratePackage = (data, access_token) => async (dispatch) => {
11
12
let packageName = data.package;
13
let namespaceName = data.namespace;
14
- console.log("Rating package: ", access_token);
15
if(access_token === null){
16
// exit this function early if we don't have an access token
17
dispatch({
0 commit comments