From 7fdc7e586e1c2125eef533af77dcb5ee8930b702 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 20 Jun 2019 21:05:57 -0700 Subject: consistent 'get' inputs and outputs in evaluator --- creator.py | 1 - 1 file changed, 1 deletion(-) (limited to 'creator.py') 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] -- cgit v1.2.3