91³Ô¹ÏÍø

Watch CBS News

House committee withdraws Robert Mueller subpoena over health issues

Washington — The House Oversight Committee has withdrawn a request for testimony from Robert Mueller about the case involving convicted sex offender Jeffrey Epstein due to new information on the former special counsel's health, a committee aide told CBS News. 

"We've learned that Mr. Mueller has health issues that preclude him from being able to testify. The Committee has withdrawn its subpoena," the aide said in a statement.

Mueller, who led the investigation into Russian meddling in the 2016 presidential election and delivered the long-anticipated report in March 2019, served as director of the Federal Bureau of Investigation for 12 years. The New York Times Sunday that the 81-year-old has Parkinson's disease, according to his family, who told the paper that he was diagnosed in 2021. 

Former Special Counsel Robert Mueller makes an opening statement before testifying to the House Judiciary Committee about his report on Russian interference in the 2016 presidential election in the Rayburn House Office Building July 24, 2019 in Washington
Former Special Counsel Robert Mueller makes an opening statement before testifying to the House Judiciary Committee about his report on Russian interference in the 2016 presidential election in the Rayburn House Office Building July 24, 2019 in Washington, DC.  Chip Somodevilla / Getty Images

The committee issued the subpoena to Mueller last month amid a slew of subpoenas seeking depositions from former Justice Department officials, among others. Mueller served as FBI director from 2001 to 2013.

"Because you were FBI Director during the time when Mr. Epstein was under investigation by the FBI, the Committee believes that you possess knowledge and information relevant to its investigation," committee chairman James Comer wrote in an Aug. 5 to Mueller, directing him to appear for deposition on Sept. 2. 

The development comes as controversy has swirled around the Epstein files in recent months, following the Justice Department's issuing of the findings of an internal review, which found no "client list" or evidence that Epstein had blackmailed prominent figures. But the issue has spurred calls for greater transparency, while dividing President Trump's base. 

Late last month, the administration released transcripts of a two-day interview with Epstein's longtime associate, Ghislaine Maxwell. And the House Oversight Committee plans to make some files it received from the DOJ related to Epstein public after redactions have been made. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });