Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 28, 2016
1 parent f2e274f commit ed14d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class Network {
*/
@CordovaProperty
static get connection() : Connection { return navigator.connection.type; }
// static get preferences() { return window.AppRate.preferences; }

/**
* Watch the network for a disconnect (i.e. network goes offline)
Expand Down

1 comment on commit ed14d87

@keithdmoore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks

Please sign in to comment.