Remove console.log

This commit is contained in:
Berkeley Martinez
2015-12-02 08:29:56 -08:00
parent 8cad219082
commit 0dfb317a38

View File

@ -71,6 +71,5 @@ window.$(document).ready(function() {
// we set the subject to true
// this will let the updatePreview
// script now that we are ready.
console.log('second');
common.previewReady$.onNext(true);
});