Wednesday, June 25, 2025
31.9 C
Singapore

The Bus Driver Arrested in Connection with the Little India Riots will not be charged

According to a statement released by The Attorney General’s Chambers this afternoon (Tuesday, 11 February), the bus driver will not be charged as no offence was committed.

The AGC said that it had completed it review of the investigation papers relating to Lee Kim Huat @ Lim Hai Tiong, the driver of the bus, which was submitted by the Traffic Police submitted in January. Evidence studied included all video footage of the incident, an independent expert report commissioned for the investigations, written statements of all witnesses, field visits to the scene of the incident by investigators, prosecutors and forensic experts, and autopsy and toxicology reports and other medical evidence.

For more information, please visit the Attorney-General Chamber’s website at https://app.agc.gov.sg/

See also  Couple behind popular Roast Meat joint jailed for tax evasion

Hot this week

Investors gain access to Thai and HK giants as SGX expands SDR line-up

Singapore: Investors in Singapore now have even more options...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });