removing pdb (sorry @spulec)

This commit is contained in:
zmsmith 2013-02-23 01:58:12 -05:00
parent 0bd4d57ef2
commit a9c486ad47

View File

@ -49,5 +49,4 @@ def test_describe_table():
'TableStatus': 'ACTIVE'
}
}
import pdb; pdb.set_trace()
assert conn.describe_table('messages') == expected