Merge "Remove accidentally merged console log"
diff --git a/polygerrit-ui/app/elements/diff/gr-diff-builder/gr-diff-builder-binary.js b/polygerrit-ui/app/elements/diff/gr-diff-builder/gr-diff-builder-binary.js
index 02ad67b..b47e516 100644
--- a/polygerrit-ui/app/elements/diff/gr-diff-builder/gr-diff-builder-binary.js
+++ b/polygerrit-ui/app/elements/diff/gr-diff-builder/gr-diff-builder-binary.js
@@ -22,7 +22,6 @@
function GrDiffBuilderBinary(diff, comments, prefs, projectName, outputEl) {
GrDiffBuilder.call(this, diff, comments, prefs, projectName, outputEl);
- console.log('binary village');
}
GrDiffBuilderBinary.prototype = Object.create(GrDiffBuilder.prototype);