aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/outs.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/outs.py')
-rw-r--r--modules/commands/outs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index fb3c29ef..e82ceefd 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -5,7 +5,6 @@ class StdOut(object):
def __init__(self, prefix):
self.prefix = prefix
self._lines = []
- self.tags = {}
self._assured = False
def assure(self):