We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d4b13 commit 6aeb6fcCopy full SHA for 6aeb6fc
src/data_processing/edge_inserter.ts
@@ -12,7 +12,6 @@ import {plainToClass} from 'class-transformer';
12
13
// InsertEdge takes a single EdgeQueueItem and attempts to insert it into the database without making any changes
14
export async function InsertEdge(edgeQueueItem: EdgeQueueItem): Promise<Result<boolean>> {
15
- console.log('here');
16
const mapper = EdgeMapper.Instance;
17
const queueMapper = EdgeQueueItemMapper.Instance;
18
const repo = new EdgeRepository();
0 commit comments