Merge "Remove copypasted code from attribution logger"

This commit is contained in:
jenkins-bot 2014-09-26 14:56:11 +00:00 committed by Gerrit Code Review
commit cdfd59feae

View file

@ -24,9 +24,7 @@
* @extends mw.mmv.logging.Logger
* @constructor
*/
function AttributionLogger() {
this.starts = {};
}
function AttributionLogger() {}
oo.inheritClass( AttributionLogger, mw.mmv.logging.Logger );