Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar committed May 14, 2019
1 parent d2d4c45 commit 858ef4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const homedir = require('os').homedir();
const confDir = `${homedir}/.local/share/gnome-shell/extensions/cast-to-tv@rafostar.github.com/config`;

var devices = [];
var data = {};
var id = 0;

var myInterface = readline.createInterface({
Expand Down

0 comments on commit 858ef4e

Please sign in to comment.