summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/view/Serializable.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-01 05:52:11 -0500
committerJules Laplace <jules@okfoc.us>2015-12-01 05:52:11 -0500
commite1c93ada07493c157356c6b48ed608c522f9fcc5 (patch)
treec7f713593476dab0fa8d8b419f0e734d7b6f901a /StoneIsland/www/js/lib/view/Serializable.js
parentb1116e3d472907ccc3c8df23a11aa6eca5dc5227 (diff)
ok
Diffstat (limited to 'StoneIsland/www/js/lib/view/Serializable.js')
-rw-r--r--StoneIsland/www/js/lib/view/Serializable.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/view/Serializable.js b/StoneIsland/www/js/lib/view/Serializable.js
index 3cb6e660..6ef8eda3 100644
--- a/StoneIsland/www/js/lib/view/Serializable.js
+++ b/StoneIsland/www/js/lib/view/Serializable.js
@@ -69,7 +69,6 @@ var SerializableView = View.extend({
var errors = errors || []
var presence_msgs = this.validate_presence || {}
if (! this.disabled) {
- console.log("not dislab.ed..")
Object.keys(presence_msgs).forEach(function(k){
if (! data[k]) errors.push( [ k, presence_msgs[k] ] )
})