Replace the print statement by a log.debug call
commit72ead3d598394fd478097de48cbef49800220ea2
authorFlorent Le Coz <louiz@louiz.org>
Wed, 9 Feb 2011 01:48:45 +0000 (9 09:48 +0800)
committerLance Stout <lancestout@gmail.com>
Wed, 9 Feb 2011 02:02:14 +0000 (9 10:02 +0800)
treeccb70b4b4a911dc3e16fe15d0c9c1c6624306c43
parent4b71fba64c8675aa891fd6a92eb6f0f045e4a48e
Replace the print statement by a log.debug call

This print syntax is deprecated in python3, so
the plugin was working only with python2
sleekxmpp/plugins/xep_0009/remote.py