Remove console.log
This commit is contained in:
@ -71,6 +71,5 @@ window.$(document).ready(function() {
|
|||||||
// we set the subject to true
|
// we set the subject to true
|
||||||
// this will let the updatePreview
|
// this will let the updatePreview
|
||||||
// script now that we are ready.
|
// script now that we are ready.
|
||||||
console.log('second');
|
|
||||||
common.previewReady$.onNext(true);
|
common.previewReady$.onNext(true);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user