Check-in Number:
|
4073 | |
Date: |
2003-Feb-21 22:56:52 (local)
2003-Feb-21 21:56:52 (UTC) |
User: | ms |
Branch: | |
Comment: |
Remove accidental debug call. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/as_reportpanel.cpp 1.10 -> 1.11
--- as_reportpanel.cpp 2003/02/21 15:04:04 1.10
+++ as_reportpanel.cpp 2003/02/21 21:56:52 1.11
@@ -543,7 +543,6 @@
QTextStream Outstream(&Report); // Convert to stream
Outstream << m_pBrowser->text(); // Write the data
Report.close(); // Finish by closing
-qDebug(m_pBrowser->text().ascii());
}
}
// Otherwise, user did not select a valid file and push okay button
|
|