Skip to content

Commit

Permalink
Remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Sep 17, 2018
1 parent 7d2db05 commit 26626c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/iris/experimental/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ def _get_bits(self, bits):
continue
else:
start_inds.append(start_ind)
# import pdb
# pdb.set_trace()
# Mark the end of the file.
start_inds.sort()
start_inds.append(0)
Expand All @@ -185,8 +183,6 @@ def _get_bits(self, bits):
content = bits[i0 + 1: i1]
else:
content = bits[i0 + 1:]
# import pdb
# pdb.set_trace()
self.str_headings[str_heading_name] = content

def _make_header(self):
Expand Down Expand Up @@ -279,8 +275,6 @@ def _make_content(self):
title = body.pop(0)
colspan = 0
else:
# import pdb
# pdb.set_trace()
split_point = line.index(':')
title = line[:split_point].strip()
body = line[split_point + 2:].strip()
Expand Down

0 comments on commit 26626c9

Please sign in to comment.