diff --git a/layout.sty b/layout.sty
index a552edf1f4a400da8dcd97c344fd73e841dd99e9..5efac4bbec2f067c939e9507595467933e39fe55 100644
--- a/layout.sty
+++ b/layout.sty
@@ -164,7 +164,8 @@ bookmarks=true]%
 % Argument 2: What to call that directory (e.g. 'the core rules')
 % Argument 3: Which label you're referring to
 \newcommand\exRef[3]{%
-\iftoggle{#1}{\footnote{\nameref{#3}: #2, \autopageref{#3}.}}{See #2 for more information.}%
+\iftoggle{#1}{\footnote{\nameref{#3}: #2, \autopageref{#3}.}}%
+{}%
 }
 
 %%%%%%%%%% Section Headers %%%%%%%%%%