Remove profiling

This commit is contained in:
angelblue05 2016-06-28 01:09:36 -05:00
parent 6837144ba7
commit 269205fe97

View file

@ -670,6 +670,7 @@ class LibrarySync(threading.Thread):
return True return True
@utils.profiling()
def tvshows(self, embycursor, kodicursor, pdialog): def tvshows(self, embycursor, kodicursor, pdialog):
# Get shows from emby # Get shows from emby
@ -906,7 +907,7 @@ class LibrarySync(threading.Thread):
"You should restart Kodi now. " "You should restart Kodi now. "
"Please report this on the forum.")) "Please report this on the forum."))
raise raise
@utils.profiling()
def run_internal(self): def run_internal(self):
dialog = xbmcgui.Dialog() dialog = xbmcgui.Dialog()