From d8b8265981f8624e4ca566e6a655dabe6336c27e Mon Sep 17 00:00:00 2001
From: David Robert Verelst <dave@dtu.dk>
Date: Fri, 31 Mar 2017 16:49:08 +0200
Subject: [PATCH] prepost.windIO: remove useless info message failure triggers
 in logfile

---
 wetb/prepost/windIO.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/wetb/prepost/windIO.py b/wetb/prepost/windIO.py
index cb267752..03b8e9a2 100755
--- a/wetb/prepost/windIO.py
+++ b/wetb/prepost/windIO.py
@@ -98,8 +98,8 @@ class LogFile(object):
         self.err_init[' Error opening PC data file'] = len(self.err_init)
         #  *** ERROR *** error reading mann turbulence
         self.err_init[' *** ERROR *** error readin'] = len(self.err_init)
-        #  *** INFO *** The DLL subroutine
-        self.err_init[' *** INFO *** The DLL subro'] = len(self.err_init)
+#        #  *** INFO *** The DLL subroutine
+#        self.err_init[' *** INFO *** The DLL subro'] = len(self.err_init)
         #  ** WARNING: FROM ESYS ELASTICBAR: No keyword
         self.err_init[' ** WARNING: FROM ESYS ELAS'] = len(self.err_init)
         #  *** ERROR *** DLL ./control/killtrans.dll could not be loaded - error!
@@ -643,6 +643,9 @@ class LoadResults(ReadHawc2):
         of spaces, use colon (;) to seperate the different commands.
 
         THIS IS STILL A WIP
+
+        see also issue #11:
+        https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/issues/11
         """
 
         index = {}
-- 
GitLab