[pytango] 12/483: removed garbage output message
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit cea01aa057b8777b0dddfc27fe3f77a17e0ea43d
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Tue Apr 12 09:58:19 2011 +0000
removed garbage output message
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@16510 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
src/server/device_impl.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/server/device_impl.cpp b/src/server/device_impl.cpp
index d805fe6..3fb2d3e 100644
--- a/src/server/device_impl.cpp
+++ b/src/server/device_impl.cpp
@@ -869,9 +869,7 @@ Device_4ImplWrap::Device_4ImplWrap(PyObject *self, CppDeviceClass *cl,
}
Device_4ImplWrap::~Device_4ImplWrap()
-{
- cout << "-----------------------------------------------------hello" <<endl;
-}
+{}
void Device_4ImplWrap::_init()
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list