diff --git a/bin/save_metadata.php b/bin/save_metadata.php index 2e365b3..6b92228 100644 --- a/bin/save_metadata.php +++ b/bin/save_metadata.php @@ -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 */