Commit db68c03d81e471b36e807616631013e144d458ab
1 parent
ce74dbbb
Exists in
dev
Supprimé les 3 anciens logger...
Showing
6 changed files
with
4 additions
and
4 deletions
Show diff stats
src/core/pyros_django/agent/Agent.py
... | ... | @@ -90,7 +90,7 @@ printd() |
90 | 90 | |
91 | 91 | # --- GENERAL PURPOSE IMPORT --- |
92 | 92 | #from __future__ import absolute_import |
93 | -import utils.Logger as L | |
93 | +##import utils.Logger as L | |
94 | 94 | import platform |
95 | 95 | import random |
96 | 96 | import threading |
... | ... | @@ -130,7 +130,7 @@ from device_controller.abstract_component.device_controller import DCCNotFoundEx |
130 | 130 | |
131 | 131 | #DEBUG_FILE = False |
132 | 132 | |
133 | -log = L.setupLogger("AgentLogger", "Agent") | |
133 | +##log = L.setupLogger("AgentLogger", "Agent") | |
134 | 134 | |
135 | 135 | IS_WINDOWS = platform.system() == "Windows" |
136 | 136 | ... | ... |
src/core/pyros_django/agent/logpyros_orig.py renamed to src/core/pyros_django/agent/logpyros_nomoreused.py
src/core/pyros_django/utils/Logger.py renamed to src/core/pyros_django/utils/Logger_nomoreused.py
src/device_controller/abstract_component/device_controller.py
... | ... | @@ -35,7 +35,7 @@ from src.logpyros import LogPyros |
35 | 35 | ##from src_socket.client.socket_client_abstract import * |
36 | 36 | ##from src_device.client.client_channel import * |
37 | 37 | sys.path.append("../..") |
38 | -from device_controller.logs import * | |
38 | +##from device_controller.logs import * | |
39 | 39 | from device_controller.channels.client_channel_socket import ClientChannelSocket |
40 | 40 | from device_controller.channels.client_channel_serial import ClientChannelSerial |
41 | 41 | from device_controller.channels.client_channel_usb import ClientChannelUSB | ... | ... |
src/device_controller/channels/client_channel.py
src/device_controller/logs.py renamed to src/device_controller/logs_nomoreused.py