Skip to content

Commit

Permalink
commented out the logging from the VoiceProcessor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferv98 committed Jun 1, 2024
1 parent de98cbf commit dd01ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Voice_generator/VoiceProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from queue import Queue, Empty

# Setup logging
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
#logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')


class VoiceProcessor:
Expand Down

0 comments on commit dd01ec1

Please sign in to comment.