@abaplint/core 2.93.83 → 2.93.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,7 +31,6 @@ class Loop {
|
|
|
31
31
|
throw new Error("No source type determined");
|
|
32
32
|
}
|
|
33
33
|
else if (sourceType instanceof basic_1.UnknownType) {
|
|
34
|
-
console.dir(sourceType);
|
|
35
34
|
throw new Error("Loop, not a table type, " + sourceType.getError());
|
|
36
35
|
}
|
|
37
36
|
else if (sourceType instanceof basic_1.TableType
|
package/build/src/registry.js
CHANGED
|
@@ -1011,7 +1011,6 @@ ${indentation}RAISE EXCEPTION ${uniqueName2}.`;
|
|
|
1011
1011
|
}
|
|
1012
1012
|
const target = high.findDirectExpression(Expressions.Target);
|
|
1013
1013
|
if (target === undefined) {
|
|
1014
|
-
console.dir("sdf1");
|
|
1015
1014
|
return undefined;
|
|
1016
1015
|
}
|
|
1017
1016
|
const sourceRef = (_a = high.findFirstExpression(Expressions.Source)) === null || _a === void 0 ? void 0 : _a.findFirstExpression(Expressions.CorrespondingBody);
|