Cassidy Hutchinson’s testimony undermines possible Trump defense in potential criminal case, experts say

  • Home
  • Daily News
  • Cassidy Hutchinson's testimony undermines…
  • Criminal Justice Cassidy Hutchinson's testimony undermines possible Trump defense in potential criminal case, experts say
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    AP Cassidy Hutchinson 1

    Cassidy Hutchinson, an aide to former White House chief of staff Mark Meadows, testifies Tuesday during a hearing of the House select committee investigating the Jan. 6, 2021, attack on the U.S. Capitol. Photo by Tom Williams/CQ Roll Call via the Associated Press.

    U.S. Attorney General Merrick Garland isn’t commenting on testimony Tuesday by Cassidy Hutchinson, the former principal assistant to former White House chief of staff Mark Meadows.

    But experts who spoke with the New York Times, the Washington Post and NPR said Hutchinson’s testimony could help in any federal criminal investigation or prosecution of former President Donald Trump. One of those experts is William Barr, a former attorney general in the Trump administration.

    “The department is clearly looking into all this, and this hearing definitely gave investigators a lot to chew on,” Barr told the New York Times.

    When Barr said there was no widespread election fraud, Trump became so angry that he hurled his porcelain plate at the wall, Hutchinson had testified, relaying information that she had been told.

    More explosive, however, was Hutchinson’s testimony that Trump had been told that some of his supporters in the crowd on Jan. 6, 2021, had weapons, including guns, knives and spears, according to prior coverage by the New York Times. Hutchinson said Trump wanted a large crowd attending his rally, and he told his staff to “take the f- - -ing mags away,” a reference to magnetometers used to screen for metal objects, according to USA Today. The crowd would not hurt him, Trump said.

    Despite his knowledge, Trump told the crowd to “fight like hell.” Hutchinson also testified that Trump was so focused on wanting to accompany his supporters to the U.S. Capitol that he lunged at the steering wheel while riding in the presidential limousine. That testimony was also based on information relayed to her.

    Hutchinson also told of a conversation between her boss—Meadows—and then-White House counsel Pat Cipollone, who wanted Trump to call for an end to the rioting as the crowd called for the hanging of then-Vice President Mike Pence.

    Meadows said Trump “thinks Mike deserves it” and didn’t think that the crowd was doing anything wrong, according to Hutchinson.

    AP Cassidy Hutchinson 2 A video of former President Donald Trump from his Jan. 6, 2021, Rose Garden statement is played as Cassidy Hutchinson testifies during a hearing Tuesday. Photo by Sean Thew via the Associated Press.

    Speaking with NPR, Elie Honig, a former federal prosecutor, said Hutchinson’s testimony has a big impact.

    “To me,” he said, “the testimony about let’s take the mags down is the most important piece of testimony yesterday and, I think, put on top of all the other evidence we’ve seen, does make a prosecutable case against Donald Trump. …

    “He knew, right before he took that stage, that that crowd was armed. He knew they were headed to the Capitol. And he was so confident that they were not going to do anything to him, they were there for him, that he was willing to risk his own security by telling people that he wanted those mags taken down. So to me, that could lend itself to a conspiracy charge, to an obstruction charge, even to a seditious conspiracy charge, which requires a showing that force was part of the plan,” Honig said.

    Hutchinson’s testimony could make it easier to show that Trump had the corrupt intent needed for a charge of obstructing an official proceeding—the certification of the vote, according to the New York Times and a Politico column by Renato Mariotti, a former federal prosecutor.

    Alan Rozenshtein, a professor at the University of Minnesota Law School, told the New York Times that there is still a lot of uncertainty about intent. But after Hutchinson’s testimony, “I have gone from Trump is less than likely to be charged to he is more than likely to be charged.”

    Before Hutchinson’s testimony, it appeared as Trump had refused to act by refusing to at first call for an end to the violence or by failing to call for backup help for police, Mariotti wrote in his column. But episodes such as the alleged steering-wheel grab show that Trump wanted to be at the Capitol, “hands-on, for the attack itself,” Mariotti said.

    The testimony could also support a prosecution for inciting violence, which requires the person who is inciting others to know that the crowd would engage in “imminent unlawful action,” according to Mariotti.

    “Before Hutchinson’s testimony, an incitement prosecution would likely fail to clear the high First Amendment hurdle,” Mariotti wrote. “Now, it is at least a close call and something DOJ should seriously consider.”

    (adsbygoogle = window.adsbygoogle || []).push({});

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.abajournal.com/news/article/cassidy-hutchinson-testimony-undermines-possible-trump-defense-in-potential-criminal-case-experts-say/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds