summaryrefslogtreecommitdiff
path: root/creator.py
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-20 21:05:57 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-20 21:05:57 -0700
commit7fdc7e586e1c2125eef533af77dcb5ee8930b702 (patch)
treec63a5e447042bbc87603b6c3582b6b9776357e00 /creator.py
parent86a92de95e6894a2b6e23889214e943fdf211cdf (diff)
consistent 'get' inputs and outputs in evaluator
Diffstat (limited to 'creator.py')
-rw-r--r--creator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/creator.py b/creator.py
index 9eda3c9..07720e8 100644
--- a/creator.py
+++ b/creator.py
@@ -360,7 +360,6 @@ class Stringer(Coordinates):
def plot(airfoil, spar, stringer):
"""This function plots the elements passed as arguments."""
- print('Plotting airfoil.')
# Plot chord
x_chord = [0, airfoil.chord]
y_chord = [0, 0]
Copyright 2019--2024 Marius PETER