From 747ea627c9c181bc9b184c8b4486452ea37094a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20W=C3=A4rns=C3=A4ter?= Date: Thu, 25 Aug 2022 15:30:02 +0200 Subject: [PATCH] Removed debugger statement --- Tests/Objective-J/CFPropertyListTest.j | 1 - Tools/objj2objcskeleton/objj2objcskeleton | 3 --- 2 files changed, 4 deletions(-) diff --git a/Tests/Objective-J/CFPropertyListTest.j b/Tests/Objective-J/CFPropertyListTest.j index cadd255eb..e46acd81f 100644 --- a/Tests/Objective-J/CFPropertyListTest.j +++ b/Tests/Objective-J/CFPropertyListTest.j @@ -8,7 +8,6 @@ var fs = require("fs"), - (void)testFormatSniffing { - debugger; var XMLPropertyLists = new FileList(path.join(path.dirname(__filename), "PropertyLists", "XML-*.plist")); XMLPropertyLists.forEach(function(/*String*/ aPath) diff --git a/Tools/objj2objcskeleton/objj2objcskeleton b/Tools/objj2objcskeleton/objj2objcskeleton index b7972dbb3..c04bb1188 100644 --- a/Tools/objj2objcskeleton/objj2objcskeleton +++ b/Tools/objj2objcskeleton/objj2objcskeleton @@ -7,11 +7,8 @@ var fs = require("fs"), walk = require("objj-parser/util/walk"), stream = ObjectiveJ.term; - debugger; - function main(args) { - debugger; args.shift(); if (args.length < 1)