diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-05-12 15:09:32 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-05-12 15:58:44 +0200 |
| commit | 64f206b034c9480ba21fe89472724121bac321e0 (patch) | |
| tree | ddff24312ba2f9d481e30cfefe07c5bbf5e4a5ff /gui/src | |
| parent | 06cf165320c79a34d9207f534d268056ec71abcb (diff) | |
| download | mullvadvpn-64f206b034c9480ba21fe89472724121bac321e0.tar.xz mullvadvpn-64f206b034c9480ba21fe89472724121bac321e0.zip | |
Remove console.log which sneaked through into master
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/LocationRow.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/src/renderer/components/LocationRow.tsx b/gui/src/renderer/components/LocationRow.tsx index 9a44e68f0a..ec69007eca 100644 --- a/gui/src/renderer/components/LocationRow.tsx +++ b/gui/src/renderer/components/LocationRow.tsx @@ -18,8 +18,6 @@ interface IButtonColorProps { } const buttonColor = (props: IButtonColorProps) => { - console.log(props.location, 'city' in props.location); - const background = 'hostname' in props.location ? colors.blue20 |
