From be77742b30b263c1343403b9c9784ebc8551cf84 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sat, 11 Nov 2023 15:36:01 +0100 Subject: [PATCH] removal of debug log --- src/playermat/Playmat.ttslua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/playermat/Playmat.ttslua b/src/playermat/Playmat.ttslua index f7da402f..37048845 100644 --- a/src/playermat/Playmat.ttslua +++ b/src/playermat/Playmat.ttslua @@ -505,7 +505,6 @@ end -- utility function for Norman Withers to flip the top card to the revealed side function flipTopCardFromDeck() - log("called") Wait.time(function() local deckAreaObjects = getDeckAreaObjects() if deckAreaObjects.topCard then