remove debug print

This commit is contained in:
2026-01-19 20:53:56 +00:00
parent 187401c5eb
commit 09a7c6fc9f

View File

@@ -8,7 +8,6 @@ from dto.comment import Comment
load_dotenv()
API_KEY = os.getenv("YOUTUBE_API_KEY")
print(API_KEY)
class YouTubeAPI:
def __init__(self):