Commit be705771 authored by John Bonn's avatar John Bonn
Browse files

Removed ifdef DEBUG code that did not compile.

parent c81932c9
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -336,14 +336,6 @@ namespace Isis {
      }
    }

#if defined(DEBUG)
    cout << "File: " << cube.fileName() << "\n";
    cout << "Observation Times\n"
         << "Start:   " << IString(startTime, 20)  << "  (" << startTime.UTC() << ")"
         << "\nStop:     " << IString(stopTime, 20)  << "  (" << stopTime.UTC() << ")"
         << "\nExpTime: " << IString(exposureTime, 8) << " <seconds>\n";
#endif

    return ( true );
  }