Skip to content

Commit 6aeb6fc

Browse files
author
John Darrington
committed
edge queue corrected
1 parent 73d4b13 commit 6aeb6fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/data_processing/edge_inserter.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {plainToClass} from 'class-transformer';
1212

1313
// InsertEdge takes a single EdgeQueueItem and attempts to insert it into the database without making any changes
1414
export async function InsertEdge(edgeQueueItem: EdgeQueueItem): Promise<Result<boolean>> {
15-
console.log('here');
1615
const mapper = EdgeMapper.Instance;
1716
const queueMapper = EdgeQueueItemMapper.Instance;
1817
const repo = new EdgeRepository();

0 commit comments

Comments
 (0)