feat: enable some debug logs
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m45s
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m45s
This commit is contained in:
@@ -15,7 +15,7 @@ import throttle from "$lib/helpers/throttle";
|
|||||||
import { HistoryManager } from "./history-manager";
|
import { HistoryManager } from "./history-manager";
|
||||||
|
|
||||||
const logger = createLogger("graph-manager");
|
const logger = createLogger("graph-manager");
|
||||||
logger.mute();
|
// logger.mute();
|
||||||
|
|
||||||
const clone =
|
const clone =
|
||||||
"structuredClone" in self
|
"structuredClone" in self
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ const diff = create({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const log = createLogger("history");
|
const log = createLogger("history");
|
||||||
log.mute();
|
// log.mute();
|
||||||
|
|
||||||
export class HistoryManager {
|
export class HistoryManager {
|
||||||
index: number = -1;
|
index: number = -1;
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
Box3,
|
Box3,
|
||||||
Mesh,
|
Mesh,
|
||||||
MeshBasicMaterial,
|
MeshBasicMaterial,
|
||||||
Color,
|
|
||||||
} from "three";
|
} from "three";
|
||||||
import { appSettings } from "../settings/app-settings.svelte";
|
import { appSettings } from "../settings/app-settings.svelte";
|
||||||
import Camera from "./Camera.svelte";
|
import Camera from "./Camera.svelte";
|
||||||
@@ -107,7 +106,6 @@
|
|||||||
fadeStrength={10}
|
fadeStrength={10}
|
||||||
fadeOrigin={new Vector3(0, 0, 0)}
|
fadeOrigin={new Vector3(0, 0, 0)}
|
||||||
/>
|
/>
|
||||||
<!-- <T.GridHelper args={[20, 20]} color5={colors["outline"]} /> -->
|
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<T.Group>
|
<T.Group>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import {
|
|||||||
} from "@nodes/utils";
|
} from "@nodes/utils";
|
||||||
|
|
||||||
const log = createLogger("runtime-executor");
|
const log = createLogger("runtime-executor");
|
||||||
log.mute();
|
// log.mute();
|
||||||
|
|
||||||
function getValue(input: NodeInput, value?: unknown) {
|
function getValue(input: NodeInput, value?: unknown) {
|
||||||
if (value === undefined && "value" in input) {
|
if (value === undefined && "value" in input) {
|
||||||
|
|||||||
Reference in New Issue
Block a user