Remove debug log
This commit is contained in:
parent
20f8943eb3
commit
e7543f656a
@ -110,7 +110,6 @@ export default class Dapp extends Component {
|
|||||||
|
|
||||||
switch (app.type) {
|
switch (app.type) {
|
||||||
case 'local':
|
case 'local':
|
||||||
console.log('app', app);
|
|
||||||
src = app.localUrl
|
src = app.localUrl
|
||||||
? `${app.localUrl}?appId=${app.id}`
|
? `${app.localUrl}?appId=${app.id}`
|
||||||
: `${dappsUrl}/${app.id}/`;
|
: `${dappsUrl}/${app.id}/`;
|
||||||
|
Loading…
Reference in New Issue
Block a user