mirror of
https://github.com/powerline/powerline.git
synced 2025-07-28 08:14:41 +02:00
Remove debugging function
This commit is contained in:
parent
b188662844
commit
f45084057a
@ -122,13 +122,6 @@ class ThreadedSegment(MultiRunnedThread):
|
||||
self.pl.debug(prefix=self.__class__.__name__, *args, **kwargs)
|
||||
|
||||
|
||||
def printed(func):
|
||||
def f(*args, **kwargs):
|
||||
print(func.__name__)
|
||||
return func(*args, **kwargs)
|
||||
return f
|
||||
|
||||
|
||||
class KwThreadedSegment(ThreadedSegment):
|
||||
drop_interval = 10 * 60
|
||||
update_first = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user