Skip to content

Commit fa8b501

Browse files
committed
remove useless variable
1 parent 30473b4 commit fa8b501

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stampit.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,6 @@ export default (function () {
358358
additionalStaticProperties.conf = additionalStaticProperties.configuration;
359359
additionalStaticProperties.deepConf = additionalStaticProperties.deepConfiguration;
360360

361-
// Add one more method to the statics. Most importantly - we have to clone the `additionalStaticProperties` object as it will be mutated below.
362-
const staticProperties = {
363-
...additionalStaticProperties,
364-
};
365-
366361
/**
367362
* Infected compose
368363
* Parameters: {...Composable} The list of composables.

0 commit comments

Comments
 (0)