mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +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
|
||||
* @constructor
|
||||
*/
|
||||
function AttributionLogger() {
|
||||
this.starts = {};
|
||||
}
|
||||
function AttributionLogger() {}
|
||||
|
||||
oo.inheritClass( AttributionLogger, mw.mmv.logging.Logger );
|
||||
|
||||
|
|
Loading…
Reference in a new issue