Skip to content

Commit

Permalink
15 do not create dummy entries
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Feb 21, 2012
1 parent 8e4035b commit 2ed9d36
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -42,9 +42,9 @@ - (id)init {
// which is a button with default target:self action:toggleEditing mode
[[self navigationItem] setLeftBarButtonItem:[self editButtonItem]];

for (int i = 0; i < 3; i++) {
[[PosessionStore defaultStore] createPosession];
}
// for (int i = 0; i < 3; i++) {
// [[PosessionStore defaultStore] createPosession];
// }
}

return self;
Expand Down

0 comments on commit 2ed9d36

Please sign in to comment.