Skip to content

Commit

Permalink
Remove stray debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vnen committed May 21, 2015
1 parent 52d6897 commit 13a3b62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions routes/users/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function chartData(req, callback) {
isPublic = beforeSum[0].public;
ownerId = beforeSum[0].ownerId;
}
console.log('---before', before);

return models.Project.findAll({
where: {
Expand Down Expand Up @@ -157,14 +156,10 @@ function chartData(req, callback) {
visibility.wordcount = visibility.charcount = false;
visibility.worddaily = visibility.chardaily = true;

console.log('------sesss', sessions, sessions[0]);

chartOptions = chartOptions || {};

result.visibility = _.defaults(query, chartOptions, visibility);

console.log('-----visi', chartOptions);

callback(null, result);
}).catch(function (err) {
err.code = 500;
Expand Down

0 comments on commit 13a3b62

Please sign in to comment.