Убран компонент Метрики

This commit is contained in:
2019-08-30 12:19:54 +03:00
parent 62ce5a4591
commit 59c040a52c
3 changed files with 0 additions and 41 deletions

View File

@ -10,7 +10,6 @@
<script>
import _ from 'underscore';
import Metrika from '../common/metrika';
const NOTES = [
'Люблю фильм "Три идиота".',
@ -25,8 +24,6 @@ const NOTES = [
'Хотел бы побывать в горах.',
];
const INTERESTING_GOAL = 'INTERESTING';
export default {
data() {
return {
@ -42,7 +39,6 @@ export default {
methods: {
next() {
this.pick();
Metrika.goal(INTERESTING_GOAL);
},
pick() {
let available = _.difference(this.notes, this.shown);