Skip to content

Commit

Permalink
remove meaningless print
Browse files Browse the repository at this point in the history
  • Loading branch information
changlong-liu committed Jul 9, 2020
1 parent 41d2904 commit add6128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/netapp/azure-mgmt-netapp/tests/test_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def setUp(self):
self.client = self.create_mgmt_client(azure.mgmt.netapp.AzureNetAppFilesManagementClient)

def test_create_delete_snapshot(self):
print("@@@@@@@@@", TEST_RG)
snapshot = create_snapshot(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SNAPSHOT_1, LOCATION)

snapshot_list = self.client.snapshots.list(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1)
Expand Down

0 comments on commit add6128

Please sign in to comment.