Yuki Takei пре 4 година
родитељ
комит
ef71b15816
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      packages/app/src/client/util/interceptor/detach-code-blocks.js

+ 0 - 1
packages/app/src/client/util/interceptor/detach-code-blocks.js

@@ -47,7 +47,6 @@ export class DetachCodeBlockInterceptor extends BasicInterceptor {
 
     const context = Object.assign(args[0]); // clone
     const targetKey = this.getTargetKey(contextName);
-    const currentPagePath = context.currentPagePath; // eslint-disable-line no-unused-vars
 
     context.dcbContextMap = {};