From 4059bbc1ce1ae1fb9d04616c8f67669b97f7ed87 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 13 Jun 2014 14:44:18 +0100 Subject: [PATCH] Remove debug prints --- source/carla_style.py | 4 ---- source/externalui.py | 1 - 2 files changed, 5 deletions(-) diff --git a/source/carla_style.py b/source/carla_style.py index 8f555582b..84f12d0de 100644 --- a/source/carla_style.py +++ b/source/carla_style.py @@ -37,9 +37,6 @@ else: from carla_shared import * -# Make sure resources are good -# import resources_rc - # ------------------------------------------------------------------------------------------------------------ class CarlaApplication(object): @@ -66,7 +63,6 @@ class CarlaApplication(object): stylesDir = os.path.abspath(os.path.join(CWD, "..", "bin")) if stylesDir: - print("TEST : ", stylesDir, " : ", CWD) QApplication.addLibraryPath(stylesDir) elif not config_UseQt5: diff --git a/source/externalui.py b/source/externalui.py index d9a2278da..5d675921c 100755 --- a/source/externalui.py +++ b/source/externalui.py @@ -35,7 +35,6 @@ class ExternalUI(object): self.fQuitReceived = False if len(argv) > 1: - print(argv) self.fSampleRate = float(argv[1]) self.fUiName = argv[2] self.fPipeRecvFd = int(argv[3])