quepid
quepid copied to clipboard
Small refactoring opportunity
At one point, echoParams=all was set by Quepid, but these days Splainer-search does it.
Remove lines 83 in QueriesSvc:
// add echoParams=all if we don't have it defined to provide query details.
if (args['echoParams'] === undefined) {
args['echoParams'] = 'all';
}
And make sure we get echoParams ;-)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please do advocate for this issue and ideally submit a patch to get the attention of the maintainers!