remove trace

This commit is contained in:
Hemna 2022-12-02 13:50:41 -05:00
parent fd5f92d22a
commit 1c2d0a4006
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,11 @@
CHANGES
=======
v0.1.2
------
* Updated README
v0.1.1
------

View File

@ -2,7 +2,7 @@ import logging
import re
import yfinance as yf
from aprsd import plugin, trace
from aprsd import plugin
import aprsd_stock_plugin
@ -26,7 +26,6 @@ class YahooStockQuote(plugin.APRSDRegexCommandPluginBase):
# Do some checks here?
self.enabled = True
@trace.trace
def process(self, packet):
LOG.info(self.__class__.__name__)