remove print

This commit is contained in:
jb-alvarado 2019-12-15 22:32:38 +01:00
parent 301797a0d7
commit 32b869d7bd

View File

@ -11,9 +11,6 @@ class Config(APIView):
parser = IniParser()
parser.read('/etc/ffplayout/ffplayout.conf')
print(dir(parser))
print(parser.as_dict())
return Response(parser.as_dict())
else:
return Response({"success": False})