Skip to content

Commit b520f75

Browse files
committed
Remove leftover testing code from tagging example
1 parent 8a9a9e5 commit b520f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7818,7 +7818,6 @@ same pool:
78187818
const sessionTag = "location=USA";
78197819

78207820
function initSession(connection, requestedTag, cb) {
7821-
connection.tag = "LOCATION=GB";
78227821
const seen = connection.tag ? connection.tag.split(";").includes(requestedTag) : false;
78237822
if (seen) {
78247823
cb()

0 commit comments

Comments
 (0)