diff --git a/topstat.py b/topstat.py index 1023576..ee3a2bc 100644 --- a/topstat.py +++ b/topstat.py @@ -57,7 +57,6 @@ def convert_to_megabytes(data_size): int: Size of data in megabytes, or None if the format is invalid. """ - breakpoint() try: unit = data_size[-1].upper() size = data_size[:-1]