Skip to content

Commit 5cc4cf0

Browse files
committed
Revert "Try recording when a command execution finishes"
This reverts commit ea53559.
1 parent 1188176 commit 5cc4cf0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/vendors/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import os
1515

1616
import click
17-
from app.analytics import analyze
1817
from app.utils import strtobool
1918

2019

@@ -51,7 +50,6 @@ def __enter__(self):
5150
self.create_reaction(self.reactions["begin"])
5251
return self
5352

54-
@analyze("goodbye")
5553
def __exit__(self, exc_type, exc_value, tb):
5654
"""
5755
Executed when processing of a command ends

0 commit comments

Comments
 (0)