Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 55c8ff2

Browse files
committed
remove logging
1 parent 6809a70 commit 55c8ff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modifiers/apexVariablesModifier.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { IModifier, IAsset } from './modifier'
44

55
export var ApexVariablesModifier: IModifier<string, string> = (asset: IAsset<string>, compilation: any, controllers: { [controller: string]: any }) => {
66
return new Promise<IAsset<string>>((resolve, reject) => {
7-
console.log(controllers)
87
if (controllers) {
98
var assetData = asset.data;
109
var reg = /<apex:page.*controller="([a-zA-Z0-9]*)".*>/g

0 commit comments

Comments
 (0)