Index: trunk/GnssCenter/map_stations/map_stations.cpp
===================================================================
--- trunk/GnssCenter/map_stations/map_stations.cpp	(revision 5431)
+++ trunk/GnssCenter/map_stations/map_stations.cpp	(revision 5432)
@@ -97,5 +97,4 @@
 /////////////////////////////////////////////////////////////////////////////
 void t_map_stations::slotStopThrift() {
-  qDebug() << "slotStopThrift" << _thriftClient;
   if (_thriftClient) {
     _thriftClient->stop();
@@ -107,5 +106,4 @@
 /////////////////////////////////////////////////////////////////////////////
 void t_map_stations::slotThriftFinished() {
-  qDebug() << "slotThriftFinished" << _thriftClient;
   sender()->deleteLater();
   _thriftClient = 0;
