Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/counters #107

Merged
merged 5 commits into from Jun 14, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Removing console
  • Loading branch information
zarembsky authored and IAmThePan committed Jun 14, 2018
commit 9d3397788755f3cd4998ade0339d113107b1ab68
@@ -51,7 +51,6 @@ export default (state = initialState, action) => {
return Object.assign({}, state, action.data);
}
case GET_CLIQZ_MODULE_DATA: {
console.log("GET_CLIQZ_MODULE_DATA CALLED", action.data);
return Object.assign({}, state, { adBlock: action.data.adblock, antiTracking: action.data.antitracking });
}
case UPDATE_GHOSTERY_PAUSED: {
ProTip! Use n and p to navigate between commits in a pull request.