]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
removed line option
[mothur.git] / engine.cpp
index 95c0ff03f0f05145a9435b8deb06e20bd72fdc8f..0a0f5a0ce7f0f4f0a120509e2c3d5c0e51471ecb 100644 (file)
@@ -121,8 +121,6 @@ bool BatchEngine::getInput(){
                        if (inputBatchFile.eof()) { input = "quit()"; }
                        else { input = getline(inputBatchFile); }
                        
-                       
-                       
                        if (input[0] != '#') {
                                
                                mothurOutEndLine();