From 30467edbc796184554a819292d64a44322d8ea49 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 9 Aug 2020 18:57:09 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20logs=20remove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.py b/config.py index 140ddcd..9ae2456 100644 --- a/config.py +++ b/config.py @@ -25,5 +25,3 @@ with open("./scripts/windows.inf") as f: data = f.read() window_install_inf = data.replace( "", name+" Cursors").replace("", author) - -print(window_install_inf)