File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 514514 \filemodcmp {\graphicscache@fname }{\graphicscache@output }{% input is newer/output does not exist
515515 \graphicscache@native
516516 }{% otherwise, use the generated file!
517- \graphicscache@includegraphics [quiet] {\graphicscache@output }%
517+ \graphicscache@includegraphics {\graphicscache@output }%
518518 }%
519519 \else
520520% \end{macrocode}
521521% Here, we just look if the output file exists. If not, fall back to
522522% original includegraphics.
523523% \begin{macrocode}
524524 \IfFileExists {\graphicscache@output }{%
525- \graphicscache@includegraphics [quiet] {\graphicscache@output }%
525+ \graphicscache@includegraphics {\graphicscache@output }%
526526 }{%
527527 \PackageWarning {graphicscache}{Could not find cache file \graphicscache@output , for \graphicscache@fname , falling back to native...}{}%
528528 \graphicscache@native
You can’t perform that action at this time.
0 commit comments