Remove console.log
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user