Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Nov 15, 2018
1 parent 3ff15cf commit 643da63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/WidgetMessaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const OUTBOUND_API_NAME = 'toWidget';

export default class WidgetMessaging {
constructor(widgetId, widgetUrl, target) {
console.log("I'm alive! My URL is:", widgetUrl)
this.widgetId = widgetId;
this.widgetUrl = widgetUrl;
this.target = target;
Expand Down
2 changes: 0 additions & 2 deletions src/components/structures/UserSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,6 @@ module.exports = React.createClass({
// Used for displaying ascii-representation of current keys
// in the UI
listenKeydown = function(event) {
// TODO: Show RightShift and things
const key = self._translateKeybinding(event.code);
const index = keyAscii.indexOf(key);
if (index === -1) {
Expand Down Expand Up @@ -804,7 +803,6 @@ module.exports = React.createClass({
PushToTalk.enable(currentPTTState.keybinding);
} else {
// Disable push to talk
console.log("Disabling push to talk...")

this.setState({pushToTalkEnabled: false});
currentPTTState.enabled = false;
Expand Down
1 change: 0 additions & 1 deletion src/components/views/elements/PersistedElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,4 @@ export default class PersistedElement extends React.Component {

return <div ref={this.collectChildContainer}></div>;
}

}

0 comments on commit 643da63

Please sign in to comment.