Skip to content

Commit 570bac2

Browse files
hongj-srcmeta-codesync[bot]
authored andcommitted
ez: remove unused variable
Summary: as title Differential Revision: D83885496 Privacy Context Container: L1384019 fbshipit-source-id: 97fab3a5eaa46dc855a87939a20a73a38caf0eb4
1 parent 9318718 commit 570bac2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nodejs/capi-param-builder/src/ParamBuilder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ class ParamBuilder {
246246
} catch (error) {
247247
console.error("Error - resolve etld+1 from paramBuilder." + error);
248248
}
249-
const test = hostname.split(".");
250249
if (hostname && hostname.split(".").length > 2) {
251250
return hostname.substring(hostname.indexOf(".") + 1);
252251
}

0 commit comments

Comments
 (0)