remove debug print

This commit is contained in:
nicfreeman1209 2021-02-10 02:07:03 +00:00
parent 1abbea3cff
commit 9a6d257679
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
<script> <script>
export default { export default {
data: function () { data: function () {
console.log("new modal");
return { return {
isMaximized: false isMaximized: false
}; };