deleted some prints
This commit is contained in:
parent
b446147cb8
commit
02cbeca771
1 changed files with 0 additions and 1 deletions
|
|
@ -336,7 +336,6 @@ def get_df_from_batch(batch, level):
|
|||
df = pd.DataFrame([b.__dict__ for b in batch], columns=detailed_events_col)
|
||||
if level == 'sessions':
|
||||
df = pd.DataFrame([b.__dict__ for b in batch], columns=sessions_col)
|
||||
print('if error is after me, then problem is later')
|
||||
|
||||
try:
|
||||
df = df.drop('_sa_instance_state', axis=1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue