Skip to content

Commit

Permalink
remvoe console
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepmdk committed Sep 26, 2023
1 parent 6fb66ea commit 3ebb638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/MapboxToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const clearToken = () => {
};

const fetchToken = () => {
console.debug('[MapboxToken] Token does not exist so fetching one');
API.read('GetMapboxAccessToken');
isCurrentlyFetchingToken = true;
};
Expand Down

0 comments on commit 3ebb638

Please sign in to comment.