diff options
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 |
