remove log

This commit is contained in:
Matt Hill
2026-01-05 12:47:46 -07:00
parent 9275549871
commit a4185d47b5

View File

@@ -79,7 +79,6 @@ export class MockApiService extends ApiService {
urls: string[],
params: Record<string, string | number>,
): Promise<string> {
console.log('here')
await pauseFor(2000)
return markdown
}