remove old commented line

This commit is contained in:
Mike McLean 2019-02-19 17:29:13 -05:00
parent 8e69046d46
commit 23320221f5

View file

@ -24,7 +24,6 @@ class MyClientSession(koji.ClientSession):
fn = os.path.join(os.path.dirname(__file__), 'data/calls', name,'calls.json')
with open(fn) as fp:
data = json.load(fp)
#data = koji.fixEncodingRecurse(data)
for call in data:
key = self._munge([call['method'], call['args'], call['kwargs']])
self._testcalls[key] = call