mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4285 Octave : Disable octave argument logging
This commit is contained in:
parent
bf7987e4ac
commit
be6b82ab0e
@ -71,6 +71,8 @@ QStringList RimCalcScript::createCommandLineArguments(const QString& absoluteFil
|
||||
arguments << absFilePath;
|
||||
}
|
||||
|
||||
bool debugPrintArgumentText = false;
|
||||
if (debugPrintArgumentText)
|
||||
{
|
||||
QString argumentString = arguments.join(" ");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user