summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-01 15:44:29 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-19 09:00:30 -0400
commitba3cde024fecbc5c7cf3fee2348fb7db66da2160 (patch)
tree242a9f50b00482ec6b0847bd687094f9004bcb3f /model
parent5bb22ed4541cf0e5ea246ebdc89243239afa66ea (diff)
downloadchat-ba3cde024fecbc5c7cf3fee2348fb7db66da2160.tar.gz
chat-ba3cde024fecbc5c7cf3fee2348fb7db66da2160.tar.bz2
chat-ba3cde024fecbc5c7cf3fee2348fb7db66da2160.zip
Remove temporary test code.
Diffstat (limited to 'model')
-rw-r--r--model/post.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/model/post.go b/model/post.go
index 43839d6a6..11f3ad0d5 100644
--- a/model/post.go
+++ b/model/post.go
@@ -32,10 +32,6 @@ type Post struct {
PendingPostId string `json:"pending_post_id" db:"-"`
}
-func Something() bool {
- return true
-}
-
func (o *Post) ToJson() string {
b, err := json.Marshal(o)
if err != nil {