Skip to content

Commit

Permalink
left a print statement in there I shouldn't have
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Oct 30, 2014
1 parent 2ed32be commit 772f6b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion urbansim/developer/tests/test_developer.py
Expand Up @@ -39,7 +39,6 @@ def test_developer(simple_dev_inputs):
target_units = 1000
bldgs = dev.pick("residential", target_units, parcel_size, ave_unit_size,
current_units)
print bldgs
assert len(bldgs) == 2

target_units = 2
Expand Down

0 comments on commit 772f6b4

Please sign in to comment.