Skip to content

Commit

Permalink
remove traces
Browse files Browse the repository at this point in the history
  • Loading branch information
jmague committed Oct 27, 2015
1 parent 60f1d57 commit 383bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/synopsx.xqm
Expand Up @@ -59,7 +59,7 @@ declare function getSynopsxStatus($project) as map(*) {
let $isDefault := if (fn:exists($project/@default) and $project/@default=fn:true())
then "checked"
else ""
return fn:trace(map {'project':fn:string($project/resourceName/text()), 'isDefault':$isDefault})
return map {'project':fn:string($project/resourceName/text()), 'isDefault':$isDefault}
};

(:~
Expand Down

0 comments on commit 383bbe8

Please sign in to comment.