Have you looked in the migrations for the application that is automatically seeding the database? They may also be populating the database in the up method.
If not I would look at what tables are being seeded and do a full code search in your IDE to try and locate where this behaviour is coming from. I would also check you composer,json to see if there are any 3rd party packages that might be causing this.