mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove noisy debugging
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
ee38a03c8e
commit
569ff997bb
@ -46,7 +46,6 @@ export function hideDetails() {
|
||||
}
|
||||
|
||||
export function getDetailsUrl(selfLink: string, resetSelected = false, mergeGlobals = true) {
|
||||
console.debug("getDetailsUrl", { selfLink, resetSelected, mergeGlobals });
|
||||
const params = new URLSearchParams(mergeGlobals ? navigation.searchParams : "");
|
||||
|
||||
params.set(kubeDetailsUrlParam.name, selfLink);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user