From 83d2dfdb6d43a0a8fac190ecbc070d13c09a1015 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 3 Dec 2017 17:19:11 +0200 Subject: [PATCH] Remove comment referencing pet-shop tutorial --- src/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/app.js b/src/js/app.js index 2c70ea0..4a22a3c 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -29,7 +29,6 @@ App = { // Set the provider for our contract. App.contracts.TutorialToken.setProvider(App.web3Provider); - // Use our contract to retieve and mark the adopted pets. return App.getBalances(); });