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

Adjustment to transifex paths #56

Merged
merged 4 commits into from May 11, 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.log from OfferCard.jsx (lint complain)
  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed May 11, 2018
commit 246f68efadb5564bb58575547e4c2cc71e399b48
@@ -16,7 +16,6 @@ import ReactDOM from 'react-dom';
import { Link } from 'react-router-dom';
import msgModule from '../utils/msg';
import { computeTimeDelta } from '../../panel/utils/utils';
import { log } from '../../../src/utils/common';
import Notification from './Notification';
import Settings from './Settings';
import ClickOutside from '../../panel/components/BuildingBlocks/ClickOutside';
@@ -111,7 +110,6 @@ class OfferCard extends Component {
}

sendSignal(actionId, props = this.props) {
console.log('send signal ', actionId);
// Cliqz metrics
const offerId = props.reward.offer_id;
const message = {
ProTip! Use n and p to navigate between commits in a pull request.