Skip to content

Commit 77d2a9f

Browse files
committed
gitignore update and debug remove
1 parent f989ab2 commit 77d2a9f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.gitignore

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
data/temp/*/PRISM-Darwin-x64
2-
data/temp/*/PRISM-Linux-x64
3-
data/temp/*/kubesploitServer-Linux-x64
4-
data/temp/*/kubesploitServer-Darwin-x64
5-
data/temp/*/kubesploitAgent-Linux-x64
6-
data/temp/*/kubesploitAgent-Darwin-x64
1+
data/temp/*/*/PRISM-Darwin-x64
2+
data/temp/*/*/PRISM-Linux-x64
3+
data/temp/*/*/kubesploitServer-Linux-x64
4+
data/temp/*/*/kubesploitServer-Darwin-x64
5+
data/temp/*/*/kubesploitAgent-Linux-x64
6+
data/temp/*/*/kubesploitAgent-Darwin-x64
77
data/log/merlinServerLog.txt
88
data/html/scripts/merlin.js
99
server

data/modules/sourcecode/go/kubelet/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ func scanForTokensFromAllPods(url string) {
507507
// once we're done it's we read from the semaphoreChan which
508508
// has the effect of removing one from the limit and allowing
509509
// another goroutine to start
510-
fmt.Printf("Completed request for Pod: %s, Container: %s\n", pod.MetaData.Name, container.Name)
511510
<-semaphoreChan
512511
}(localI, localPod, localContainer)
513512
}

0 commit comments

Comments
 (0)