From 27811536405a03fce2af364c051ba60e184fcd31 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 11 Feb 2014 16:48:28 -0500 Subject: [PATCH] removed some unused stuff in account settings --- public/templates/accountsettings.tpl | 7 +------ src/routes/user.js | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/public/templates/accountsettings.tpl b/public/templates/accountsettings.tpl index 10e5d63797..865d8ef9d6 100644 --- a/public/templates/accountsettings.tpl +++ b/public/templates/accountsettings.tpl @@ -1,5 +1,3 @@ -
-
@@ -28,7 +26,4 @@ -
- - - \ No newline at end of file +
\ No newline at end of file diff --git a/src/routes/user.js b/src/routes/user.js index 07a6947e68..88bb361844 100644 --- a/src/routes/user.js +++ b/src/routes/user.js @@ -302,8 +302,6 @@ var fs = require('fs'), return next(err); } - userData.theirid = uid; - userData.yourid = callerUID; userData.settings = settings; res.json(userData); });