Remove debug statement
This commit is contained in:
parent
baa6d8a294
commit
13dbfa6b85
1 changed files with 0 additions and 1 deletions
|
@ -603,7 +603,6 @@ export default class AppTile extends React.Component {
|
||||||
// TODO: Namespace themes through some standard
|
// TODO: Namespace themes through some standard
|
||||||
'theme': SettingsStore.getValue("theme"),
|
'theme': SettingsStore.getValue("theme"),
|
||||||
});
|
});
|
||||||
console.log("DEBUG TEMPLATEDURL APPTILE", vars);
|
|
||||||
|
|
||||||
if (vars.conferenceId === undefined) {
|
if (vars.conferenceId === undefined) {
|
||||||
// we'll need to parse the conference ID out of the URL for v1 Jitsi widgets
|
// we'll need to parse the conference ID out of the URL for v1 Jitsi widgets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue