Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
5d709251
Commit
5d709251
authored
Mar 14, 2014
by
Luke Campagnola
Browse files
clean up debug messages
parent
89c04c8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyqtgraph/multiprocess/remoteproxy.py
View file @
5d709251
...
...
@@ -83,7 +83,7 @@ class RemoteEventHandler(object):
def
debugMsg
(
self
,
msg
):
if
not
self
.
debug
:
return
cprint
.
cout
(
self
.
debug
,
"
%d
[%d] %s
\n
"
%
(
self
.
debug
,
os
.
getpid
(),
str
(
msg
)),
-
1
)
cprint
.
cout
(
self
.
debug
,
"[%d] %s
\n
"
%
(
os
.
getpid
(),
str
(
msg
)),
-
1
)
def
getProxyOption
(
self
,
opt
):
return
self
.
proxyOptions
[
opt
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment