Remove commented line

This commit is contained in:
Ryan Huffman 2015-01-22 14:16:36 -08:00
parent 4fd5f74365
commit b4132f1e7d

View file

@ -64,7 +64,6 @@ void BatchLoader::start() {
if (scriptFile.open(QFile::ReadOnly | QFile::Text)) {
QTextStream in(&scriptFile);
_data.insert(url, in.readAll());
// includeContents = in.readAll();
} else {
emit errorLoadingFile(url);
_data.insert(url, QString());