Spaces:
AIdeaText
/
Running on CPU Upgrade

AIdeaText commited on
Commit
580ec35
verified
1 Parent(s): 7eac838

Update modules/database/mongo_db.py

Browse files
Files changed (1) hide show
  1. modules/database/mongo_db.py +0 -2
modules/database/mongo_db.py CHANGED
@@ -18,8 +18,6 @@ def get_collection(collection_name):
18
  logger.error(f"Error al obtener colecci贸n {collection_name}: {str(e)}")
19
  return None
20
 
21
- logger.debug(f"Intentando insertar documento para usuario: {username}")
22
- logger.debug(f"Documento: {analysis_document}")
23
  def insert_document(collection_name, document):
24
  collection = get_collection(collection_name)
25
  try:
 
18
  logger.error(f"Error al obtener colecci贸n {collection_name}: {str(e)}")
19
  return None
20
 
 
 
21
  def insert_document(collection_name, document):
22
  collection = get_collection(collection_name)
23
  try: