Skip to content

Commit 8a6e76c

Browse files
committed
removed newline and debug lines
1 parent 0646683 commit 8a6e76c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
6868
endif
6969
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
7070

71-
.PHONY: build install uninstall test testacc vet fmt fmtcheck errcheck lint tools test-compile website website-lint website-test
71+
.PHONY: build install uninstall test testacc vet fmt fmtcheck errcheck lint tools test-compile website website-lint website-test

sumologic/resource_sumologic_monitors_library_monitor.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ func resourceSumologicMonitorsLibraryMonitorRead(d *schema.ResourceData, meta in
297297
d.Set("is_disabled", monitor.IsDisabled)
298298
d.Set("status", monitor.Status)
299299
d.Set("group_notifications", monitor.GroupNotifications)
300-
log.Printf("[DEBUG] monitor notifications: %v", monitor.Notifications)
301-
log.Printf("[DEBUG] monitor triggers: %v", monitor.Triggers)
302-
log.Printf("[DEBUG] monitor queries: %v", monitor.Queries)
303300
// set notifications
304301
notifications := make([]interface{}, len(monitor.Notifications))
305302
for i, n := range monitor.Notifications {

0 commit comments

Comments
 (0)