Remove copypasted code from attribution logger

Probably copied this from the duration logger and forgot to delete.

Change-Id: Ia59f9d8e5b384486c3d8509120223f6694a78529
This commit is contained in:
Gergő Tisza 2014-09-26 06:53:38 +00:00
parent 53b4bd28c0
commit af6688ef47

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 );