looks like this is not needed, so save some bootup time

This commit is contained in:
Josh Klar 2019-07-13 16:53:49 -07:00 committed by Kyle Brown
parent 76087749fb
commit c11984135a

View File

@ -287,7 +287,6 @@ def make_key(
''' '''
global NEXT_AVAILABLE_KEY global NEXT_AVAILABLE_KEY
gc.collect()
if type == KEY_SIMPLE: if type == KEY_SIMPLE:
constructor = Key constructor = Key