[Frontend] New logo art

#164
New logo art for Open MCT added;
Removed console.log;
This commit is contained in:
Charles Hacskaylo
2016-02-26 10:59:54 -08:00
parent d203f3adc0
commit bc3eb4ab8d
3 changed files with 42 additions and 156 deletions

View File

@ -33,7 +33,6 @@ define([
var splash;
$document = $document[0];
splash = $document.querySelectorAll('.l-splash-holder')[0];
console.log(splash);
if (!splash) {
return;
}