[guadec-web-regcfp/develop] Remove debug
- From: Patrick Uiterwijk <puiterwijk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web-regcfp/develop] Remove debug
- Date: Fri, 19 Jun 2015 20:29:30 +0000 (UTC)
commit 1068ac5f21aaa0167f4f7c42a664171da1c08384
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date: Fri Jun 19 22:29:27 2015 +0200
Remove debug
routes/registration.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/routes/registration.js b/routes/registration.js
index 992a987..846e972 100644
--- a/routes/registration.js
+++ b/routes/registration.js
@@ -26,8 +26,6 @@ router.get('/list', function(req, res, next) {
include: [User]
})
.complete(function(err, registrations) {
- console.log("Error: " + err);
- console.log("Registrations: " + registrations);
res.render('registration/list', { registrations: registrations });
});
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]