test pc 3 years ago
parent
commit
aeedc32cd3
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/move/move.service.ts
  2. 1 1
      src/rotate/rotate.service.ts

+ 0 - 1
src/move/move.service.ts

@@ -268,7 +268,6 @@ export class MoveService implements OnModuleInit {
       const replys = [];
       const replys = [];
       const traceIds = [];
       const traceIds = [];
       traceIds.push(traceId);
       traceIds.push(traceId);
-      console.log('move:'+Object.keys(this.users));
       const checkReplys = await this.modeifyCameraAngle(
       const checkReplys = await this.modeifyCameraAngle(
         angle,
         angle,
         userId,
         userId,

+ 1 - 1
src/rotate/rotate.service.ts

@@ -113,7 +113,7 @@ export class RotateService {
       JSON.stringify(this.firstPoint.camera.position),
       JSON.stringify(this.firstPoint.camera.position),
     );
     );
 
 
-    console.log('user-init', user);
+    console.log('user-init', JSON.stringify(this.users));
     this.users[userId] = user;
     this.users[userId] = user;
 
 
     const reply = {
     const reply = {