Skip to content

Commit

Permalink
Remove committee-ID-fetching functionality
Browse files Browse the repository at this point in the history
This is being moved back into Machine. Toward #59 and #33.
  • Loading branch information
waldoj committed Jan 30, 2018
1 parent b7db413 commit 3c735d9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bin/save_metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@
*/
$metadata = json_decode(file_get_contents($video_dir . 'metadata.json'));

/*
* Identify the committee ID for this video.
*/
if ($metadata->type == 'committee')
{

$committee = new Committee;
$committee->chamber = $metadata->chamber;
$committee->name = $metadata->committee;
$metadata->committee_id = $committee->get_id;

}

/*
* Instantiate the video class
*/
Expand Down

0 comments on commit 3c735d9

Please sign in to comment.