Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
whoops
  • Loading branch information
dale-wahl committed Jan 7, 2025
1 parent 97c5ca5 commit 8b0423d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions processors/text-analysis/vectorise_by_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from backend.lib.processor import BasicProcessor
from common.lib.helpers import UserInput
from common.config_manager import config

__author__ = "Dale Wahl"
__credits__ = ["Dale Wahl", "Stijn Peeters"]
Expand Down Expand Up @@ -136,8 +135,6 @@ def get_category_dataset(dataset):
Get the dataset that contains the category column; this should be the dataset above the tokenise-posts dataset
"""
genealogy = dataset.get_genealogy()
config.with_db()
config.db.log.info(f"Genealogy: {[(gen.key, gen.type) for gen in genealogy]}")

# Find parent of tokenise-posts dataset; this dataset will contain the categories related to the tokens extracted from it
tokeniser_found = False
Expand Down

0 comments on commit 8b0423d

Please sign in to comment.