From 3ad411ed716202dca353c2b8689b3193ef0fd3b0 Mon Sep 17 00:00:00 2001 From: Carlos Mesquita Date: Mon, 5 Aug 2024 21:47:17 +0100 Subject: [PATCH] Forgot to remove some debugging lines --- training_content/service.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/training_content/service.py b/training_content/service.py index c543d44..f1dc504 100644 --- a/training_content/service.py +++ b/training_content/service.py @@ -1,4 +1,3 @@ -import json from datetime import datetime from logging import getLogger @@ -46,7 +45,6 @@ class TrainingContentService: return { "id": doc_ref[1].id - # "id": "ZYSDZPk4eUqxhMm4Oz7L" } @staticmethod