1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove debug

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-12-15 17:47:36 +02:00
parent e89a5e4f20
commit 39e27b18e4

View File

@ -95,8 +95,6 @@ export class NamespaceSelect extends React.Component<Props> {
return false; return false;
} }
console.log("raw", rawInput);
return true; return true;
}; };