remove console.log
This commit is contained in:
@@ -175,7 +175,6 @@ export const createNodesStore = (
|
|||||||
console.log(nodesInitialized);
|
console.log(nodesInitialized);
|
||||||
|
|
||||||
if (get(fitViewQueued) && nodesInitialized && get(panZoom)) {
|
if (get(fitViewQueued) && nodesInitialized && get(panZoom)) {
|
||||||
console.log('trying');
|
|
||||||
const fitViewPromise = fitViewport(
|
const fitViewPromise = fitViewport(
|
||||||
{
|
{
|
||||||
nodes: nodeLookup,
|
nodes: nodeLookup,
|
||||||
|
|||||||
Reference in New Issue
Block a user