Commit 8d0497a4 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Removed comment.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@5941 41f8697f-d340-4b68-9986-7bafba869bb8
parent c3946d82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -985,8 +985,8 @@ qDebug() << "handler pushed";
      // option 2
      if (localName == "id") {
        delete m_bundleSettings->m_id;
        m_bundleSettings->m_id = NULL;//.toAscii()); // ??? is the toAscii needed here ??? we pass in QString in copy constructor...
        m_bundleSettings->m_id = new QUuid(m_characters);//.toAscii()); // ??? is the toAscii needed here ??? we pass in QString in copy constructor...
        m_bundleSettings->m_id = NULL;
        m_bundleSettings->m_id = new QUuid(m_characters);
      }
      else if (localName == "validateNetwork") {
        m_bundleSettings->m_validateNetwork = toBool(m_characters);