mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove console log
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
28492b4fdc
commit
3e26d3c2d1
@ -14,8 +14,6 @@ export default {
|
||||
const weblinksRaw: any = store.get("weblinks");
|
||||
const weblinks = (Array.isArray(weblinksRaw) ? weblinksRaw : []) as WeblinkData[];
|
||||
|
||||
console.log("weblinks in 5.4.5-beta.1 migration", weblinks);
|
||||
|
||||
const lensWebsiteLink = weblinks.find(weblink => weblink.name === lensWebsiteLinkName);
|
||||
|
||||
if (lensWebsiteLink) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user