diff --git a/force-app/main/default/classes/Sample1.cls b/force-app/main/default/classes/Sample1.cls index 036547c..b9d232f 100644 --- a/force-app/main/default/classes/Sample1.cls +++ b/force-app/main/default/classes/Sample1.cls @@ -1,6 +1,7 @@ public with sharing class Sample1 { public Sample1() { - System.debug('Hello World'); - System.debug('shreys'); + //System.debug('Hello World'); + //System.debug('shreys'); + System.debug('Testing'); } } \ No newline at end of file