forked from qt-creator/qt-creator
		
	Remove useless debug
This commit is contained in:
		@@ -71,8 +71,8 @@ JSDebuggerAgent::~JSDebuggerAgent()
 | 
			
		||||
void JSDebuggerAgent::scriptLoad(qint64 id, const QString & program,
 | 
			
		||||
                                      const QString &fileName, int )
 | 
			
		||||
{
 | 
			
		||||
    Q_UNUSED(program);
 | 
			
		||||
    filenames.insert(id, QUrl(fileName).toLocalFile());
 | 
			
		||||
    programs.insert(id, program);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*!
 | 
			
		||||
@@ -155,7 +155,6 @@ void JSDebuggerAgent::positionChange(qint64 scriptId,
 | 
			
		||||
            break;
 | 
			
		||||
        //fallthough
 | 
			
		||||
    case SteppingIntoState:
 | 
			
		||||
        qDebug() << programs.value(scriptId);
 | 
			
		||||
        stopped();
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -116,7 +116,6 @@ private:
 | 
			
		||||
 | 
			
		||||
    QEventLoop loop;
 | 
			
		||||
    QHash <qint64, QString> filenames;
 | 
			
		||||
    QHash <qint64, QString> programs;
 | 
			
		||||
    QSet< QPair<QString, qint32> > breakpointList;
 | 
			
		||||
    QStringList watchExpressions;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user