Cleaned up overly enthousiastic comments
From the styleguide:
On the other hand, never describe the code. Assume the person reading
the code knows Python (though not what you're trying to do) better
than you do.
Patch by: Sverre Rabbelier
// Display a logging console on top of this page.
(new AH.LoggingConsole()).initConsole();
</script>