Skip to content

Commit a3c2413

Browse files
committed
remove unused arg
1 parent 79bcf25 commit a3c2413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/engine/Source/Scene/GetFeatureInfoFormat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ const wmsServiceExceptionReportRegex =
377377
/<ServiceExceptionReport([\s\S]*)<\/ServiceExceptionReport>/im;
378378
const titleRegex = /<title>([\s\S]*)<\/title>/im;
379379

380-
function textToFeatureInfo(text, projection) {
380+
function textToFeatureInfo(text) {
381381
// If the text is HTML and it has an empty body tag, assume it means no features were found.
382382
if (emptyBodyRegex.test(text)) {
383383
return undefined;

0 commit comments

Comments
 (0)