remove comment

This commit is contained in:
Jonathan Rainville 2018-08-24 13:23:32 -04:00
parent f45c7bc256
commit 8604c50a3c
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ contract SimpleStorage is Ownable {
function set(uint x) public {
storedData = x;
// for(uint i = 0; i < 1000; i++) {
// storedData += i;
// }
Assert.triggerEvent(true, "hi");
}