Update module.cs

cleanup
This commit is contained in:
Brian Roberts 2021-01-08 00:09:37 -06:00 committed by GitHub
parent 5bd9459da2
commit 2cf11fe199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,6 @@ function callOnModules(%functionName, %moduleGroup, %var0, %var1, %var2, %var3,
} }
} }
%stryng = %stryng @ ");"; %stryng = %stryng @ ");";
echo(%stryng);
eval(%stryng); eval(%stryng);
} }
} }