Skip to content

Commit

Permalink
commented out debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveMyData committed Apr 11, 2017
1 parent 8e73216 commit 3c6b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -62,7 +62,7 @@
$existingRecords = scraperwiki::select("* from data where `council_reference`='" . $record['council_reference'] . "'");
if ( count($existingRecords) == 0 ) {
print ("Saving record " . $record['council_reference'] . " - " . $record['address'] ."\n");
print_r ($record);
// print_r ($record);
scraperwiki::save(array('council_reference'), $record);
$recordSaved++;
} else {
Expand Down

0 comments on commit 3c6b02c

Please sign in to comment.