mirror of https://github.com/bra1n/townsquare.git
remove debug print
This commit is contained in:
parent
1abbea3cff
commit
9a6d257679
|
@ -20,7 +20,6 @@
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data: function () {
|
data: function () {
|
||||||
console.log("new modal");
|
|
||||||
return {
|
return {
|
||||||
isMaximized: false
|
isMaximized: false
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue