Skip to content

Commit fad1dd7

Browse files
committed
Remove print statement
1 parent 2150870 commit fad1dd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/plex-bootstraptest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def alert_callback(data):
106106
{u'StatusNotification': [{u'notificationName': u'LIBRARY_UPDATE', u'description': u'Extra information may still be downloading from the Internet', u'title': u'Library scan complete'}], u'type': u'status', u'size': 1}
107107
"""
108108
global processed_media
109-
print(data)
110109
if data['type'] == 'timeline':
111110
for entry in data['TimelineEntry']:
112111
if entry.get('identifier', 'com.plexapp.plugins.library') == 'com.plexapp.plugins.library':

0 commit comments

Comments
 (0)