print to browser console ; remove magic numbers ; improve tests

This commit is contained in:
GotPPay
2017-12-26 20:58:00 +01:00
parent b71eb244af
commit 627e31ef37
5 changed files with 31 additions and 32 deletions

View File

@@ -298,11 +298,6 @@ def array_summary():
context['inaccurate_drawing_warning'] = 'The subarrays in this design are not parallel to each other, \
and the graphical representation on this page may not be accurate.'
print("=================")
print("CORNERS : ")
print(context['corners'])
print("=================")
except FileValidationException as error:
# when calculator is about to enter infinte loop
# it throws an exception - it is supplied wrong data