From d5ce47c82ca74fcf8a43671f7fec4b9208c0189a Mon Sep 17 00:00:00 2001
From: Kima <kimavideos97@gmail.com>
Date: Fri, 15 Mar 2024 22:01:42 +0100
Subject: [PATCH] commented stupid shit

---
 refilc/lib/helpers/dirtywords_helper.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/refilc/lib/helpers/dirtywords_helper.dart b/refilc/lib/helpers/dirtywords_helper.dart
index 5b785fe..ee83153 100644
--- a/refilc/lib/helpers/dirtywords_helper.dart
+++ b/refilc/lib/helpers/dirtywords_helper.dart
@@ -24,7 +24,7 @@ Future<String> dirtyString() async {
 
   // Generate randomized string with alternating types
   String randomizedString = '';
-  final minWordsLength = min(mWords.length, fWords.length);
+  // final minWordsLength = min(mWords.length, fWords.length);
   var mNumber = Random().nextInt(193);
   var secondMnumber = Random().nextInt(193); //Amount of occurences of the types
   var fNumber = Random().nextInt(169);