Skip to content

Commit

Permalink
Remove log and unnessiary comment in js_libary
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHickman committed Jan 15, 2018
1 parent c79c057 commit 055da79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gatkcwlgenerator/js_libary.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**
* File of functions to be added to cwl files
* NOTE: for easy minification, single line comments are not
* allowed and every statement has to be terminated by a semicolon
*/
function applyTagsToArgument(prefix, tags){
/**
Expand Down Expand Up @@ -30,8 +28,6 @@ function applyTagsToArgument(prefix, tags){
return addTagToArgument(tags[i], element);
}).reduce(function(a, b){return a.concat(b)})

console.log(value);

return value;
}
else{
Expand Down

0 comments on commit 055da79

Please sign in to comment.