Remove profiling
This commit is contained in:
parent
6837144ba7
commit
269205fe97
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue