mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 09:45:10 +00:00
remove debug
This commit is contained in:
parent
5bf9ac9fe6
commit
977d116f40
1 changed files with 1 additions and 2 deletions
|
@ -4,10 +4,9 @@ import SubHeader from "component/subHeader";
|
||||||
import lbry from "lbry.js";
|
import lbry from "lbry.js";
|
||||||
import Link from "component/link";
|
import Link from "component/link";
|
||||||
import getThemes from "util/getThemes";
|
import getThemes from "util/getThemes";
|
||||||
const { remote } = require("electron");
|
|
||||||
|
|
||||||
|
const { remote } = require("electron");
|
||||||
const themes = getThemes();
|
const themes = getThemes();
|
||||||
console.log(themes);
|
|
||||||
|
|
||||||
class SettingsPage extends React.PureComponent {
|
class SettingsPage extends React.PureComponent {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue