Skip to content

Commit f14219b

Browse files
committed
Cleanup
1 parent 8d933f0 commit f14219b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/gitpod-protocol/src/protocol.ts

-5
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,6 @@ export namespace EnvVar {
312312
}
313313
});
314314

315-
// (imageAuth.value || "")
316-
// .split(",")
317-
// .map((e) => e.trim().split(":"))
318-
// .filter((e) => e.length == 2)
319-
// .forEach((e) => res.set(e[0], e[1]));
320315
return res;
321316
}
322317
}

0 commit comments

Comments
 (0)