Skip to content

Commit f1c9434

Browse files
committed
chore: Remove unneeded print statement
1 parent bc16cb4 commit f1c9434

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

policyengine/simulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def __init__(self, **options: SimulationOptions):
102102
if not isinstance(self.options.data, dict) and not isinstance(
103103
self.options.data, Dataset
104104
):
105-
print(type(self.options.data), sys.stderr)
106105
self._set_data(self.options.data)
107106
self._initialise_simulations()
108107
self.check_data_version()

0 commit comments

Comments
 (0)