Skip to content
Snippets Groups Projects
Commit 767c01e9 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Remove debugging log

Former-commit-id: 6a7f9527
parent 3d41d6b0
No related branches found
No related tags found
No related merge requests found
function get_losoto_config(step_name) {
var par = ['soltab = ' + inputs.soltab]
if (inputs.ncpu !== null && inputs.ncpu !== undefined) par.push('ncpu='+inputs.ncpu);
console.log(inputs, par)
par.push("[" + step_name + "]")
par.push('operation=' + step_name)
for(var field_name in inputs){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment