Skip to content

Commit 9393daa

Browse files
committed
remove log line
1 parent fc441af commit 9393daa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/editor/Editor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ async function loadDTS(specifier: string): Promise<Lib[]> {
223223
// This is basically a hack to work around https://github.com/OpenFn/lightning/issues/2641
224224
// If we find a types.d.ts, append it to every other file
225225
adaptorDefs = adaptorDefs.map(def => def.replace('{{$TYPES}}', types));
226-
console.log(adaptorDefs);
227226

228227
results.push(
229228
...adaptorDefs.map(content => ({

0 commit comments

Comments
 (0)