diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2013-04-08 17:44:22 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2013-04-08 17:44:22 +0200 |
| commit | 0fc30d5178c929c7cdee8ae1c95f294059875c5a (patch) | |
| tree | 776f50c7bb1dc750de0b8498e55abbe9b2d4861c | |
| parent | cba79ae71cc023785e63c938e0c19b7abf59c4ca (diff) | |
drop useless print0.8
| -rwxr-xr-x | py3status/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 9605fa7..7efc179 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -343,7 +343,6 @@ class UserModules(Thread): clear user cache """ self.cache = {} - print self.cache def run(self): """ |
