ADVERTISEMENT

2 Marcos impeachment raps junked by House justice panel

Published Feb 4, 2026 03:15 pm

At A Glance

  • Just like that, the impeachment complaints against President Marcos have been defeated at the committee level. This, after the House Committee on Justice declared on Wednesday afternoon, Feb. 4 the two verified and endorsed impeachment complaints against the Chief Executive as both insufficient in substance.
President Ferdinand "Bongbong" Marcos Jr. (PPAB)
President Ferdinand "Bongbong" Marcos Jr. (PPAB)


Just like that, the impeachment complaints against President Marcos have been defeated at the committee level.
This, after the House Committee on Justice declared on Wednesday afternoon, Feb. 4 the two verified and endorsed impeachment complaints against the Chief Executive as both insufficient in substance.
Batangas 2nd district Rep. Gerville "Jinky Bitrics" Luistro, chairperson of the committee, made separate declarations to this effect after holding separate and rather lopsided votings among the members.
It took the justice panel only three hearing days to finish the impeachment proceedings against the sitting President.
The first complaint was filed by lawyer Andre de Jesus. It sought to impeach Marcos on three grounds: Graft and corruption, culpable violation of the Constitution, and betrayal of public trust.
The second complaint, filed by militant group leaders and former Makabayan bloc congressmen led by Liza Maza, sought to impeach Marcos on the lone ground of betrayal of public trust.
Both complaints were deemed sufficient in form during the Luistro panel's first hearing on Monday, Feb. 2. However, they had to pass the sufficiency test on substance for them to move forward in the House.
Assistant Majority Leader San Juan lone district Rep. Ysabel Maria Zamora made the motion to declare the De Jesus complaint as "insufficient in substance". The ensuing result in voting for this motion was 42-1-3 (yes-no-abstain).
Just minutes later, a result of 7-39-0 (yes-no-abstain) was achieved after Senior Deputy Minority Leader Caloocan City 2nd district Rep. Edgar "Egay" Erice moved to declare the Maza, et al complaint as "sufficient in substance".
In essence, both complaints failed to be deemed sufficient in substance, which basically meant that the allegations or arguments stated in the two documents can't hold water.
'Supermajority vote'
Luistro, in a press conference right after the hearing, described the result as a "supermajority vote".
The justice panel, like the entirety of the 300-plus strong House of Representatives, is teeming with Marcos administration allies. Technically, the impeachment proceedings against Marcos were initiated only last Jan. 26, when plenary referred the two complaints to the committee.
Tuesday's hearing was focused on the determination of sufficiency in substance with the first complaint. While the solons' comments generally called for the complaint's outright junking, Luistro suspended the voting to coincide with Wednesday's hearing.
The Maza, et al complaint was also similarly assailed by panel members during Wednesday's deliberations.
The two complaints had two main shared arguments for Marcos' impeachment: 1.) the respondent supposedly failed to veto unprogrammed appropriations (UA) in the national budget, and 2.) the respondent's alleged complicity in budget insertions and the flood control projects corruption scandal.
These, among others, were found lacking in merit by the panel members.
One of them, Manila 3rd district Rep. Joel Chua, denied allegations that the dismissal of the twin complaints was railroaded. He pointed to the exhaustive discussions of the committee since Monday as proof.
.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { console.log('scroll event'); if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then((data) => { console.log(data); console.log(this); loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { console.log("length: ", articles.length); const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); let oberservationCount = 0; // Intersection Observer for Updating URL function observeArticles(articles) { const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl && newUrl !== window.location.pathname) { history.pushState(null, null, newUrl); // Extract metadata const section = entry.target.querySelector('.section-info a:first-of-type')?.textContent?.trim() || ''; const author = entry.target.querySelector('.author-section a')?.textContent?.trim() || ''; const title = entry.target.querySelector('h1, h2, h3, .article-title')?.textContent?.trim() || document.title; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { pSUPERFLY.virtualPage(cleanUrl, { title: title, sections: section, authors: author }); } // Optional: Update document title if (title && title !== document.title) { document.title = title; } console.log('Chartbeat virtual page tracked:', { url: cleanUrl, section: section, author: author, title: title }); } } }); }, { threshold: 0.1 } ); articles.forEach(article => { console.log(oberservationCount++); intersectionObserver.observe(article) }); }
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

Sign up by email to receive news.