Commit b709d89b authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

If we don't know the HTML output name, don't emit an enigmatic "html output for" debug message.

parent 32930da9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -718,6 +718,7 @@ class HTMLPresenter(Presenter):
            path = score[3]
            diff_path = output_diff_path(path)
            pagename = md5(diff_path)
            if diff_path:
                logger.debug('html output for %s', diff_path)

            ancestor = ancestors.pop(node, None)