remove testing code

This commit is contained in:
WaitingIdly 2021-08-15 22:03:53 -07:00
parent 83ebb0e8f2
commit 6ad23f55fc

View File

@ -131,8 +131,6 @@ Vue.component("modal-away-progress", {
v-for="(stat, name) in offlineStats"
:key="name"
:config="stat"
:playerBefore="before"
:playerAfter="after"
v-on:something-happened="somethingHappened = true"
/>
</div>