mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
remove log
This commit is contained in:
@@ -79,7 +79,6 @@ export class MockApiService extends ApiService {
|
|||||||
urls: string[],
|
urls: string[],
|
||||||
params: Record<string, string | number>,
|
params: Record<string, string | number>,
|
||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
console.log('here')
|
|
||||||
await pauseFor(2000)
|
await pauseFor(2000)
|
||||||
return markdown
|
return markdown
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user