Remove debug hack accidentially left in the code

This commit is contained in:
jaseg 2017-07-13 00:40:06 +02:00
parent e52a9545f7
commit 121575f814

2
mpv.py
View file

@ -46,7 +46,7 @@ else:
"mpv-devel or mpv-libs package. If you have libmpv around but this script can't find it, maybe consult "
"the documentation for ctypes.util.find_library which this script uses to look up the library "
"filename.")
backend = CDLL(sofile) #'/home/user/mpv/build/libmpv.so')
backend = CDLL(sofile)
fs_enc = sys.getfilesystemencoding()