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

Remove debugging log

parent 604176ef
No related branches found
No related tags found
2 merge requests!69Change the name of the pre-calibrated output MS,!20Merge request HBA_calibrator to master
Pipeline #3413 failed
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