I have the following MWE
\documentclass[a4paper, 10pt]{memoir}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath, amsthm, amssymb}
\usepackage[per-mode=symbol, exponent-product = \cdot, alsoload=hep, range-units=single, tophrase={--}, separate-uncertainty]{siunitx}
\chapterstyle{madsen}
\begin{document}
\chapter{Test 1}
Test 1
{\let\clearpage\relax\chapter{Test 2}}
Test 2
\end{document}
Due to the chapterstyle, a second horizontal line appears in the middle of the page. Is there a way to remove this?



end{document}to make your code compilable. I hope you don't mind. :) – hpesoj626 Jan 1 at 1:15