Get rid of extra console logging; test commit/push from inside dev container
This commit is contained in:
parent
b11667581d
commit
28190b1c8f
@ -84,8 +84,8 @@ app.get('/core/:id', function(req, res){
|
|||||||
if(err !== null) {
|
if(err !== null) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
} else {
|
} else {
|
||||||
console.log("SELECT coreId, published_at FROM Alerts WHERE coreId = '" + coreId + "' ORDER BY published_at DESC LIMIT 30;");
|
//console.log("SELECT coreId, published_at FROM Alerts WHERE coreId = '" + coreId + "' ORDER BY published_at DESC LIMIT 30;");
|
||||||
console.log(rows);
|
//console.log(rows);
|
||||||
res.render('core', {alerts: rows}, function(err, html) {
|
res.render('core', {alerts: rows}, function(err, html) {
|
||||||
res.send(html);
|
res.send(html);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user