Skip to content

Commit e786f83

Browse files
committed
Removing debugging line form script.
1 parent 6b81673 commit e786f83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

area_of_rectangle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def area_of_rectangle(height, width = None):
3131
"""
3232
if width:
3333
width = height
34-
import pdb; pdb.set_trace()
3534
area = height * width
3635
return area
3736

0 commit comments

Comments
 (0)