Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Remove line with comment referencing pet-shop tutorial #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

Expand Down