Remove debug prints
This commit is contained in:
parent
46cadc113d
commit
d945fb81fb
|
@ -6,10 +6,8 @@ from typing import Any
|
|||
from personal_data.activity import ActivitySample, Label
|
||||
from personal_data.csv_import import determine_possible_keys, load_csv_file, start_end
|
||||
|
||||
print(__name__)
|
||||
logger = getLogger(__name__)
|
||||
|
||||
|
||||
def iterate_samples_from_dicts(rows: list[dict[str, Any]]) -> Iterator[ActivitySample]:
|
||||
assert len(rows) > 0
|
||||
max_title_parts = 2
|
||||
|
|
|
@ -155,8 +155,6 @@ def import_stepmania_steps_csv(vault: ObsidianVault, rows: Rows) -> int:
|
|||
date: sum((row['play.duration'] for row in rows), start=datetime.timedelta())
|
||||
for date, rows in rows_per_date.items()
|
||||
}
|
||||
print(steps_per_date)
|
||||
print(duration_per_date)
|
||||
|
||||
for date in steps_per_date:
|
||||
was_updated_1 = vault.add_statistic(
|
||||
|
|
Loading…
Reference in New Issue
Block a user