mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
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:
parent
53b4bd28c0
commit
af6688ef47
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue