Skip to content
Snippets Groups Projects
Commit 27fb4faf authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Remove console.log

parent 08c18658
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ export class ChatterboxViewModel extends ViewModel {
}
private _waitForRoomFromSync(roomId: string): Promise<void> {
console.log("waiting for room from sync");
let resolve: () => void;
const promise: Promise<void> = new Promise(r => { resolve = r; })
const subscription = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment