Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 21, 2019
1 parent 98127ea commit 17d93fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buzzword/parts/tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def _build_dataset_space(df, config):
"""
if isinstance(df, Corpus):
df = df.files[0].load()
print('CONFY', config)
cols = _get_cols(df, config["add_governor"])
cols = [dict(label="Dependencies", value="d")] + cols
df = _drop_cols_for_datatable(df, config["add_governor"])
Expand Down Expand Up @@ -209,7 +208,6 @@ def _build_concordance_space(df, config):
"""
if isinstance(df, Corpus):
df = df.files[0].load()
print('CONFY', config)
cols = _get_cols(df, config["add_governor"])
show_check = dcc.Dropdown(
multi=True,
Expand Down

0 comments on commit 17d93fe

Please sign in to comment.