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

Telemetry fix for create account ping #688

Merged
merged 2 commits into from Feb 16, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

Remove console log

  • Loading branch information
benstrumeyer committed Feb 16, 2021
commit d3bf86c096ba2aba5a2cd34ad56f5116936f804c
@@ -78,7 +78,6 @@ const Step1_CreateAccountView = (props) => {
};

const handleNextOnSelectPlanStep = () => {
console.log('test');
const { prev } = props;

setSetupStep({
ProTip! Use n and p to navigate between commits in a pull request.