Removed useless logs and docs in prototype since there is a tutorial

This commit is contained in:
Thomas FORGIONE 2015-06-08 09:44:09 +02:00
parent 3f5b9516c6
commit 6ac0e54906
5 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@ block title
block configjs block configjs
script RecommendedCamera = FixedCamera; script RecommendedCamera = FixedCamera;
block preciseDescription //-block preciseDescription
p p
| Recommended views are displayed with a | Recommended views are displayed with a
| transparent blue arrow. They disappear when you | transparent blue arrow. They disappear when you

View File

@ -9,7 +9,7 @@ block mainjs
script(src="/static/js/prototypeinteractive.min.js") script(src="/static/js/prototypeinteractive.min.js")
block description block description
#instructions.panel.panel-default //-#instructions.panel.panel-default
.panel-heading .panel-heading
h4.panel-title h4.panel-title
a(href="#", data-target="#collapseInstructions", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions a(href="#", data-target="#collapseInstructions", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions

View File

@ -6,7 +6,7 @@ block title
block configjs block configjs
script RecommendedCamera = ReverseCamera; script RecommendedCamera = ReverseCamera;
block preciseDescription //-block preciseDescription
p p
| Recommended views are displayed with a strange | Recommended views are displayed with a strange
| blue object. Basically, the curve at the | blue object. Basically, the curve at the

View File

@ -6,7 +6,7 @@ block title
block configjs block configjs
script RecommendedCamera = OldFixedCamera; script RecommendedCamera = OldFixedCamera;
block preciseDescription //-block preciseDescription
p p
| Recommended views are displayed with a | Recommended views are displayed with a
| transparent red rectangle and some lines. | transparent red rectangle and some lines.

View File

@ -43,10 +43,10 @@ app.use(function(req, res, next) {
next(); next();
}); });
app.use(function(req, res, next) { // app.use(function(req, res, next) {
console.log(req.session.user_id); // console.log(req.session.user_id);
next(); // next();
}); // });
// Load controllers // Load controllers
console.log("Loading controllers :"); console.log("Loading controllers :");