Skip to content

Commit c71df29

Browse files
Remove assembly log
1 parent 2adc0d2 commit c71df29

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/AltV.Net/ModuleWrapper.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ public static void MainWithResource(IntPtr serverPointer, IntPtr resourcePointer
8181
_module = _resource.GetModule(server, csharpResource, baseObjectPool, entityPool, playerPool, vehiclePool,
8282
blipPool, checkpointPool, voiceChannelPool, colShapePool);
8383
AppDomain.CurrentDomain.UnhandledException += OnUnhandledException;
84-
var assemblies = AppDomain.CurrentDomain.GetAssemblies();
85-
foreach (var assembly in assemblies)
86-
{
87-
Alt.Log("Loaded:" + assembly.GetName());
88-
}
8984
}
9085

9186
private static void OnUnhandledException(object sender, UnhandledExceptionEventArgs e)

0 commit comments

Comments
 (0)