diff --git a/python/paddle/fluid/dataset.py b/python/paddle/fluid/dataset.py index 276f28302675ba19ccf50285099df4c4e6590ddf..1a023f61675ed62c141bb6e71fabbdf0086b0c64 100644 --- a/python/paddle/fluid/dataset.py +++ b/python/paddle/fluid/dataset.py @@ -136,7 +136,6 @@ class DatasetBase(object): slot_var.name = var.name if var.lod_level == 0: slot_var.is_dense = True - print(var.shape) slot_var.shape.extend(var.shape) if var.dtype == core.VarDesc.VarType.FP32: slot_var.type = "float"