Cleanup debug info

This commit is contained in:
Jaco Greeff 2017-11-21 15:04:47 +01:00
parent 17df58b767
commit 20f8943eb3
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ function initProvider () {
let appId = path[1] || query.appId;
console.log('appId', appId, path, qs);
if (appId === 'dapps') {
appId = path[2];
} else if (!Api.util.isHex(appId)) {