Skip to content

Commit

Permalink
removing debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Nov 16, 2018
1 parent d7f0fd9 commit cdc674f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/install/updates/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
$stores[] = new StoredValue("update_" . $key, "1");
}

print_r($stores);

if(sizeof($stores) > 0){
Factory::getStoredValueFactory()->massSave($stores);
}
Expand Down

0 comments on commit cdc674f

Please sign in to comment.