print to browser console ; remove magic numbers ; improve tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user