Changeset 11194


Ignore:
Timestamp:
06/27/11 13:27:32 (13 years ago)
Author:
tbretz
Message:
Removed an obsolete debug out.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fadctrl.cc

    r11192 r11194  
    12461246            fStatus1 = stat1;
    12471247            fStatus2 = stat2;
    1248             fStatusT = IsThreadRunning();
     1248            fStatusT = runs;
    12491249            UpdateConnectionStatus(stat1, stat2, IsThreadRunning());
    12501250        }
     
    12591259
    12601260        if (nconnecting1>0 || nconnecting2>0 || nconnected1!=nconnected2)
    1261         {
    1262             cout << nconnecting1 << " " << nconnecting2 << " " << nconnected1 << " " << nconnected2 << endl;
    1263 
    1264             if (nconnecting2>0)
    1265                 for (int i=0; i<40; i++)
    1266                     cout << i << ": " << GetNumConnected(i) << " " <<IsConnected(i) << " " << IsConnecting(i) << " " << IsDisconnected(i) << endl;
    1267 
    12681261            return FAD::kConnecting;
    1269         }
    12701262
    12711263        // nconnected1 == nconnected2 == 0
Note: See TracChangeset for help on using the changeset viewer.