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 * @extends mw.mmv.logging.Logger
* @constructor * @constructor
*/ */
function AttributionLogger() { function AttributionLogger() {}
this.starts = {};
}
oo.inheritClass( AttributionLogger, mw.mmv.logging.Logger ); oo.inheritClass( AttributionLogger, mw.mmv.logging.Logger );