Remove debug log

This commit is contained in:
Jaco Greeff 2017-11-21 15:17:05 +01:00
parent 20f8943eb3
commit e7543f656a

View File

@ -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}/`;