Commit b07bc8e4c5103fbc9e5cef5ef3e528bc654bc591
1 parent
c33ba845
Exists in
master
and in
9 other branches
Remove console.log
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
js/main.js
@@ -433,8 +433,7 @@ define(['handlebars'], function(Handlebars){ | @@ -433,8 +433,7 @@ define(['handlebars'], function(Handlebars){ | ||
433 | 433 | ||
434 | var BARRA_ADDED = false; | 434 | var BARRA_ADDED = false; |
435 | function addBarraDoGoverno(){ | 435 | function addBarraDoGoverno(){ |
436 | - console.log('add barra'); | ||
437 | - | 436 | + |
438 | if( BARRA_ADDED ) { return; } | 437 | if( BARRA_ADDED ) { return; } |
439 | 438 | ||
440 | var HTML_BODY_PREPEND = '' + | 439 | var HTML_BODY_PREPEND = '' + |