Skip to content

Commit

Permalink
Removes unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Peercy committed Apr 1, 2019
1 parent 9e6c5ba commit 5993b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Field/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Field
version: 1.0.0
version: 1.0.1
description: Fields as fields
url: https://github.com/pttrnco/field
developer: Pattern
Expand Down
4 changes: 0 additions & 4 deletions Field/resources/assets/js/fieldtype.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ Vue.component('field-fieldtype', {
},

methods: {
info () {
console.log(this.data)
},

getFieldsets () {
var url = cp_url('fieldsets-json')

Expand Down

0 comments on commit 5993b83

Please sign in to comment.