From 2843c9fbd74d1ff1bd23ffe4ce899631ea2e1043 Mon Sep 17 00:00:00 2001 From: Clemens Mandl Date: Tue, 28 Nov 2017 07:14:14 +0100 Subject: [PATCH] Removed commented Line --- tools/export/nb/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/export/nb/__init__.py b/tools/export/nb/__init__.py index 0b797a79b1..e642ef4d39 100644 --- a/tools/export/nb/__init__.py +++ b/tools/export/nb/__init__.py @@ -253,8 +253,6 @@ class GNUARMNetbeans(Exporter): def generate(self): """Generate Makefile, configurations.xml & project.xml Netbeans project file """ - # super(Netbeans, self).generate() - jinja_ctx = self.create_jinja_ctx() print