mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
remove debug code
This commit is contained in:
@@ -36,7 +36,6 @@ createApp( {
|
|||||||
return this.entries[ a ].count - this.entries[ b ].count;
|
return this.entries[ a ].count - this.entries[ b ].count;
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
console.log( ent );
|
|
||||||
let ret = [];
|
let ret = [];
|
||||||
for ( let entry in ent ) {
|
for ( let entry in ent ) {
|
||||||
ret.push( this.entries[ ent[ entry ] ] );
|
ret.push( this.entries[ ent[ entry ] ] );
|
||||||
|
|||||||
Reference in New Issue
Block a user