Commit e6648855 authored by Adam Goins's avatar Adam Goins
Browse files

Removed debug statements

parent aa826e8f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -301,9 +301,7 @@ namespace Isis {
      }
      // Let PCL try to handle other formats (obj, ply, etc.)
      else {
	      std::cout << "1     Read here" << std::endl;
	mesh = readPC(file);
	      std::cout << "2     finished reading" << std::endl;
      }
    }
    catch (IException &e) {