# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1485434301 -10800
# Node ID fc39d658bd2f15bd76e9da386ea323b6e88d321c
# Parent  ce9fc57e1828c6ec672b623aeeede8f814fa673f
remove non-existed and not necessary self.logger from detecting options in iec2c

diff -r ce9fc57e1828 -r fc39d658bd2f ProjectController.py
--- a/ProjectController.py	Mon Jan 23 16:22:04 2017 +0300
+++ b/ProjectController.py	Thu Jan 26 15:38:21 2017 +0300
@@ -110,7 +110,7 @@
         buildopt = ""
         try:
             # Invoke compiler. Output files are listed to stdout, errors to stderr
-            status, result, err_result = ProcessLogger(self.logger, buildcmd,
+            status, result, err_result = ProcessLogger(None, buildcmd,
                 no_stdout=True, no_stderr=True).spin()
         except Exception,e:
             return buildopt