Skip to content

Commit c908914

Browse files
committed
cleanup
1 parent 57f22b2 commit c908914

File tree

1 file changed

+0
-10
lines changed
  • amisforum/live/conference

1 file changed

+0
-10
lines changed

amisforum/live/conference/app.js

-10
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@ var name = undefined;
5454
var symbol = undefined;
5555
var allowance = undefined;
5656
var safeLowGasPrice = setSafeLowGasPrice();
57-
var organizer = getOrganizer();
5857
var numRegistrants = getNumRegistrants();
5958
var quota = getQuota();
6059
var ticketIsValid = true;
6160

6261

6362
setInterval(function() {
64-
getOrganizer();
6563
getNumRegistrants();
6664
getQuota();
6765
getTickets();
@@ -197,14 +195,6 @@ function getEthBalance() {
197195
}))
198196
}
199197

200-
function getOrganizer() {
201-
$("input#confOrganizer").val(Organizer);
202-
return contractInstance.numRegistrants.call();
203-
} else {
204-
console.log("FAILED TO GET ORAGNIZER");
205-
}
206-
}))
207-
}
208198

209199
// createWallet
210200
function createWallet(password) {

0 commit comments

Comments
 (0)