Fjernet pause etter lagring av kjøp.

This commit is contained in:
Øystein Ingmar Skartsæterhagen 2011-03-07 17:11:13 +00:00
parent 7dc8c798c3
commit c074bf3ac3

View File

@ -876,7 +876,6 @@ When finished, write an empty line to confirm the purchase.
if t.user.credit < low_credit_warning_limit:
print ('USER %s HAS LOWER CREDIT THAN %d, AND SHOULD CONSIDER PUTTING SOME MONEY IN THE BOX.'
% (t.user.name, low_credit_warning_limit))
self.pause()
#skriver til log
#print Product.price
#with open("dibbler-out.txt", "a") as f: