Skip to content

Commit

Permalink
fix: remove console log statement
Browse files Browse the repository at this point in the history
- trigger new build
  • Loading branch information
SimonGolms committed May 18, 2020
1 parent 5d46a80 commit 2fd7d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type DeviceDescriptor = {
mode: 'md' | 'ios';
};

type Devices = { [name: string]: DeviceDescriptor };
export type Devices = { [name: string]: DeviceDescriptor };

export const DEVICES: Devices = {
'Galaxy Note 3': {
Expand Down

0 comments on commit 2fd7d2f

Please sign in to comment.