diff --git a/python/cudf/cudf/core/dataframe.py b/python/cudf/cudf/core/dataframe.py index 4ab9879e9ee..0da31cfe583 100644 --- a/python/cudf/cudf/core/dataframe.py +++ b/python/cudf/cudf/core/dataframe.py @@ -1165,7 +1165,6 @@ def _concat( + [f._data[name] if name in f._data else None for name in names] for f in objs ] - # import pdb;pdb.set_trace() # Get a list of the combined index and table column indices indices = list(range(functools.reduce(max, map(len, columns))))