Skip to content

Commit 908d087

Browse files
committed
patch: #79
1 parent 3a6fae5 commit 908d087

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/store/actions/ratePackageActions.js

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const ratePackage = (data, access_token) => async (dispatch) => {
1111

1212
let packageName = data.package;
1313
let namespaceName = data.namespace;
14-
console.log("Rating package: ", access_token);
1514
if(access_token === null){
1615
// exit this function early if we don't have an access token
1716
dispatch({

0 commit comments

Comments
 (0)